Fixed bugs related to packaging
authorAndreas "Jimmy" Gredler <jimmy@grml.org>
Sat, 11 Dec 2010 19:20:48 +0000 (20:20 +0100)
committerAndreas "Jimmy" Gredler <jimmy@grml.org>
Sat, 11 Dec 2010 19:20:48 +0000 (20:20 +0100)
debian/copyright
debian/postinst
debian/postrm

index 40740de..c55bbc7 100644 (file)
@@ -32,13 +32,4 @@ The Debian packaging is:
 
     Copyright (C) 2010 Andreas "Jimmy" Gredler <jimmy@grml.org>
 
 
     Copyright (C) 2010 Andreas "Jimmy" Gredler <jimmy@grml.org>
 
-# Please chose a license for your packaging work. If the program you package
-# uses a mainstream license, using the same license is the safest choice.
-# Please avoid to pick license terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
-# If you just want it to be GPL version 3, leave the following line in.
-
 and is licensed under the GPL version 3, see above.
 and is licensed under the GPL version 3, see above.
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
index 6442637..29a15d8 100644 (file)
@@ -20,7 +20,7 @@ set -e
 
 case "$1" in
     configure)
 
 case "$1" in
     configure)
-      /usr/sbin/update-grub
+      update-grub
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
index a8fc883..8617968 100644 (file)
@@ -21,7 +21,7 @@ set -e
 
 case "$1" in
     purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 
 case "$1" in
     purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-      /usr/sbin/update-grub
+      update-grub
     ;;
 
     *)
     ;;
 
     *)