diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-03-26 17:47:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-26 17:48:05 +0100 |
commit | 65926f5a7708f22a08f4799efb61745d18a0eb06 (patch) | |
tree | 9b0f22b6a9460d508806238e112d70e8368f7914 /ubuntu/maverick/tdebase | |
parent | 8ff84fe08f7d230657d630328a45f71b360b77ec (diff) | |
download | tde-packaging-65926f5a7708f22a08f4799efb61745d18a0eb06.tar.gz tde-packaging-65926f5a7708f22a08f4799efb61745d18a0eb06.zip |
Add missing #DEBHELPER# to preinst/postinst/prerm/postrm scripts on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7b7a5049a9808f028273a876d8d2f6f11d4ada9c)
Diffstat (limited to 'ubuntu/maverick/tdebase')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst | 2 | ||||
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdm-trinity.postinst | 2 | ||||
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdm-trinity.prerm | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst b/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst index 454d0690d..e0d103825 100644 --- a/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst +++ b/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst @@ -18,4 +18,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst index d41437889..84345e28b 100644 --- a/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst +++ b/ubuntu/maverick/tdebase/debian/tdm-trinity.postinst @@ -122,4 +122,6 @@ case "$1" in esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/tdebase/debian/tdm-trinity.prerm b/ubuntu/maverick/tdebase/debian/tdm-trinity.prerm index 6247adb1f..15a9c0675 100644 --- a/ubuntu/maverick/tdebase/debian/tdm-trinity.prerm +++ b/ubuntu/maverick/tdebase/debian/tdm-trinity.prerm @@ -178,4 +178,6 @@ if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then fi fi +#DEBHELPER# + exit 0 |