Projects
Multimedia
mediatomb
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 19
View file
mediatomb.spec
Changed
@@ -280,7 +280,7 @@ fi %postun -if test "$?" = 0 ; then +if test "$1" = 0 ; then rm -fv "%{_bindir}/mediatomb" fi %restart_on_update mediatomb @@ -301,12 +301,12 @@ mediatomb > /dev/null 2> /dev/null || : %post sqlite -if test "$?" != 0 ; then +if test "$1" != 0 ; then ln -sfv "mediatomb-sqlite" "%{_bindir}/mediatomb" fi %post mysql -if test "$?" != 0 ; then +if test "$1" != 0 ; then ln -sfv "mediatomb-mysql" "%{_bindir}/mediatomb" fi
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.