summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/tdeio-umountwrapper/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-26 17:47:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-26 17:47:38 +0100
commit7b7a5049a9808f028273a876d8d2f6f11d4ada9c (patch)
tree1e9b69b2e470064a31f7e2d4d7920fc5b699af98 /ubuntu/maverick/applications/tdeio-umountwrapper/debian
parentd7bbcd53ce2c4ec3cfd134764f5e9fcb7b3474e3 (diff)
downloadtde-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/applications/tdeio-umountwrapper/debian')
-rw-r--r--ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm2
-rw-r--r--ubuntu/maverick/applications/tdeio-umountwrapper/debian/preinst2
2 files changed, 4 insertions, 0 deletions
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