summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postinst')
-rw-r--r--debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postinst14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postinst b/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postinst
new file mode 100644
index 000000000..f5542ab64
--- /dev/null
+++ b/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postinst
@@ -0,0 +1,14 @@
+#! /bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+ if [ -x /usr/bin/update-desktop-database ] ; then
+ /usr/bin/update-desktop-database -q
+ fi
+fi
+
+
+#DEBHELPER#
+
+exit 0
+