]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- revert postun using postshell, it's too simple shell that doesn't handle many things
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 28 Jan 2011 19:57:51 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.516

mysql.spec

index a126e59e98e53292dec185cc537374ef77404c2a..fa883a44b1df79d44395b4b6d64acaf12cb8e32c 100644 (file)
@@ -795,8 +795,8 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del mysql
 fi
 
-%postun -p /sbin/postshell
--/usr/sbin/fix-info-dir -c %{_infodir}
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 if [ "$1" = "0" ]; then
        %userremove mysql
This page took 0.174214 seconds and 4 git commands to generate.