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:47:38 +0100 |
commit | 7b7a5049a9808f028273a876d8d2f6f11d4ada9c (patch) | |
tree | 1e9b69b2e470064a31f7e2d4d7920fc5b699af98 /ubuntu/maverick | |
parent | d7bbcd53ce2c4ec3cfd134764f5e9fcb7b3474e3 (diff) | |
download | tde-packaging-7b7a5049a9808f028273a876d8d2f6f11d4ada9c.tar.gz tde-packaging-7b7a5049a9808f028273a876d8d2f6f11d4ada9c.zip |
Add missing #DEBHELPER# to preinst/postinst/prerm/postrm scripts on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick')
13 files changed, 26 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kpowersave/debian/postrm b/ubuntu/maverick/applications/kpowersave/debian/postrm index 4e8eda799..99bd13d89 100644 --- a/ubuntu/maverick/applications/kpowersave/debian/postrm +++ b/ubuntu/maverick/applications/kpowersave/debian/postrm @@ -21,4 +21,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/kpowersave/debian/preinst b/ubuntu/maverick/applications/kpowersave/debian/preinst index d0eb1227c..3fe8514bd 100644 --- a/ubuntu/maverick/applications/kpowersave/debian/preinst +++ b/ubuntu/maverick/applications/kpowersave/debian/preinst @@ -34,4 +34,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst index 842e0017d..f9ef17d78 100644 --- a/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst +++ b/ubuntu/maverick/applications/smartcardauth/debian/smartcardauth.postinst @@ -6,4 +6,6 @@ if [[ $1 = "configure" ]]; then /usr/bin/setupcard.sh upgrade fi +#DEBHELPER# +exit 0 diff --git a/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm b/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm index 9a4c04dbd..705c5b806 100644 --- a/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm +++ b/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm @@ -51,4 +51,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/tdeio-umountwrapper/debian/preinst b/ubuntu/maverick/applications/tdeio-umountwrapper/debian/preinst index a258f8481..0b210a270 100644 --- a/ubuntu/maverick/applications/tdeio-umountwrapper/debian/preinst +++ b/ubuntu/maverick/applications/tdeio-umountwrapper/debian/preinst @@ -87,4 +87,6 @@ case "$1" in ;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/tdepowersave/debian/postrm b/ubuntu/maverick/applications/tdepowersave/debian/postrm index f5560224c..951550174 100644 --- a/ubuntu/maverick/applications/tdepowersave/debian/postrm +++ b/ubuntu/maverick/applications/tdepowersave/debian/postrm @@ -21,4 +21,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/tdepowersave/debian/preinst b/ubuntu/maverick/applications/tdepowersave/debian/preinst index 4a6bebe68..baf2826fc 100644 --- a/ubuntu/maverick/applications/tdepowersave/debian/preinst +++ b/ubuntu/maverick/applications/tdepowersave/debian/preinst @@ -44,4 +44,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/tdesudo/debian/postinst b/ubuntu/maverick/applications/tdesudo/debian/postinst index 5269ffae5..fae49d5b1 100644 --- a/ubuntu/maverick/applications/tdesudo/debian/postinst +++ b/ubuntu/maverick/applications/tdesudo/debian/postinst @@ -18,4 +18,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/tdesudo/debian/postrm b/ubuntu/maverick/applications/tdesudo/debian/postrm index dfab37030..af192c06b 100644 --- a/ubuntu/maverick/applications/tdesudo/debian/postrm +++ b/ubuntu/maverick/applications/tdesudo/debian/postrm @@ -22,4 +22,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 diff --git a/ubuntu/maverick/applications/tdesudo/debian/preinst b/ubuntu/maverick/applications/tdesudo/debian/preinst index 9633ba544..cb6630fa0 100644 --- a/ubuntu/maverick/applications/tdesudo/debian/preinst +++ b/ubuntu/maverick/applications/tdesudo/debian/preinst @@ -49,4 +49,6 @@ case "$1" in exit 0;; esac +#DEBHELPER# + exit 0 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 |