Author: miriam
Date: 2010-08-27 17:34:34 +0000 (Fri, 27 Aug 2010)
New Revision: 11328

Modified:
   packages/branches/love/0.6/debian/love-0.6.1
   packages/branches/love/0.6/debian/love0.6.postinst
   packages/branches/love/0.6/debian/love0.6.prerm
Log:
Fix scripts



Modified: packages/branches/love/0.6/debian/love-0.6.1
===================================================================
--- packages/branches/love/0.6/debian/love-0.6.1        2010-08-27 17:31:33 UTC 
(rev 11327)
+++ packages/branches/love/0.6/debian/love-0.6.1        2010-08-27 17:34:34 UTC 
(rev 11328)
@@ -9,7 +9,7 @@
 .\" 2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
 .\" 
 .\" 3. This notice may not be removed or altered from any source distribution.
-.TH "LÖVE" "1" "0.6.0" "" ""
+.TH "LÖVE" "1" "0.6.2" "" ""
 .SH "NAME"
 love \- 2D game development framework version 0.6
 .SH "SYNOPSIS"

Modified: packages/branches/love/0.6/debian/love0.6.postinst
===================================================================
--- packages/branches/love/0.6/debian/love0.6.postinst  2010-08-27 17:31:33 UTC 
(rev 11327)
+++ packages/branches/love/0.6/debian/love0.6.postinst  2010-08-27 17:34:34 UTC 
(rev 11328)
@@ -24,7 +24,12 @@
             /usr/bin/love \
             love \
             /usr/bin/love-0.6 \
-           10
+           9
+        update-alternatives --quiet --install \
+            /usr/share/man/man1/love.1.gz \
+            love.1.gz \
+            /usr/share/man/man1/love-0.6.1.gz \
+           9
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Modified: packages/branches/love/0.6/debian/love0.6.prerm
===================================================================
--- packages/branches/love/0.6/debian/love0.6.prerm     2010-08-27 17:31:33 UTC 
(rev 11327)
+++ packages/branches/love/0.6/debian/love0.6.prerm     2010-08-27 17:34:34 UTC 
(rev 11328)
@@ -22,6 +22,9 @@
         update-alternatives --quiet --remove \
             love \
             /usr/bin/love-0.6
+        update-alternatives --quiet --remove \
+            love.1.gz \
+            /usr/share/man/man1/love-0.6.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