From 8ca6f9e98d432107ca81032a4cdc65d7cb56e55f Mon Sep 17 00:00:00 2001 From: "Andreas \"Jimmy\" Gredler" Date: Sat, 11 Dec 2010 20:20:48 +0100 Subject: [PATCH] Fixed bugs related to packaging --- debian/copyright | 9 --------- debian/postinst | 2 +- debian/postrm | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) 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 ;; *) -- 2.1.4