summaryrefslogtreecommitdiff
path: root/gammu.postinst
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2017-10-18 10:36:37 +0200
committerMichal Čihař <nijel@debian.org>2017-10-18 10:36:37 +0200
commit8f48370bf63c73aa92e5fcefc70b84f7adad65f4 (patch)
tree9dbe2a446560de36e36003fc5a0c19098163d7c4 /gammu.postinst
Import gammu_1.38.5-1.debian.tar.xz
[dgit import tarball gammu 1.38.5-1 gammu_1.38.5-1.debian.tar.xz]
Diffstat (limited to 'gammu.postinst')
-rwxr-xr-xgammu.postinst14
1 files changed, 14 insertions, 0 deletions
diff --git a/gammu.postinst b/gammu.postinst
new file mode 100755
index 0000000..832a7d6
--- /dev/null
+++ b/gammu.postinst
@@ -0,0 +1,14 @@
+#! /bin/sh
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile ; then
+ dpkg-maintscript-helper rm_conffile \
+ /etc/bash_completion.d/gammu 1.36.5-1 gammu -- "$@"
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0