From: Andreas "Jimmy" Gredler Date: Sat, 11 Dec 2010 19:20:48 +0000 (+0100) Subject: Fixed bugs related to packaging X-Git-Tag: v0.1.0~7 X-Git-Url: https://git.grml.org/?p=grml-rescueboot.git;a=commitdiff_plain;h=8ca6f9e98d432107ca81032a4cdc65d7cb56e55f Fixed bugs related to packaging --- diff --git a/debian/copyright b/debian/copyright index 40740de..c55bbc7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -32,13 +32,4 @@ The Debian packaging is: Copyright (C) 2010 Andreas "Jimmy" Gredler -# 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. - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/postinst b/debian/postinst index 6442637..29a15d8 100644 --- a/debian/postinst +++ b/debian/postinst @@ -20,7 +20,7 @@ set -e case "$1" in configure) - /usr/sbin/update-grub + update-grub ;; abort-upgrade|abort-remove|abort-deconfigure) diff --git a/debian/postrm b/debian/postrm index a8fc883..8617968 100644 --- a/debian/postrm +++ b/debian/postrm @@ -21,7 +21,7 @@ set -e case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - /usr/sbin/update-grub + update-grub ;; *)