Author: miriam
Date: 2010-08-27 17:35:31 +0000 (Fri, 27 Aug 2010)
New Revision: 11329

Modified:
   packages/branches/love/0.5/debian/love0.5.postinst
   packages/branches/love/0.5/debian/love0.5.prerm
Log:
Fix scripts



Modified: packages/branches/love/0.5/debian/love0.5.postinst
===================================================================
--- packages/branches/love/0.5/debian/love0.5.postinst  2010-08-27 17:34:34 UTC 
(rev 11328)
+++ packages/branches/love/0.5/debian/love0.5.postinst  2010-08-27 17:35:31 UTC 
(rev 11329)
@@ -25,6 +25,11 @@
             love \
             /usr/bin/love-0.5 \
            9
+        update-alternatives --quiet --install \
+            /usr/share/man/man1/love.1.gz \
+            love.1.gz \
+            /usr/share/man/man1/love-0.5.1.gz \
+           9
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Modified: packages/branches/love/0.5/debian/love0.5.prerm
===================================================================
--- packages/branches/love/0.5/debian/love0.5.prerm     2010-08-27 17:34:34 UTC 
(rev 11328)
+++ packages/branches/love/0.5/debian/love0.5.prerm     2010-08-27 17:35:31 UTC 
(rev 11329)
@@ -22,6 +22,9 @@
         update-alternatives --quiet --remove \
             love \
             /usr/bin/love-0.5
+        update-alternatives --quiet --remove \
+            love.1.gz \
+            /usr/share/man/man1/love-0.5.1.gz
     ;;
 
     failed-upgrade)


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to