]> git.pld-linux.org Git - packages/libisoburn.git/commitdiff
- fixed xorriso post/postun
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jun 2015 05:44:47 +0000 (07:44 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jun 2015 05:44:47 +0000 (07:44 +0200)
libisoburn.spec

index 533046d6433a47c16fcc45b64da1792437b6d76e..fe9df0c766d836411276b096fd7f1441041f50e1 100644 (file)
@@ -147,10 +147,10 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post  xorriso -p /sbin/postshell
+%post  -n xorriso -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun        xorriso -p /sbin/postshell
+%postun        -n xorriso -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
This page took 0.948654 seconds and 4 git commands to generate.