]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - debian/vym.postinst
Import Debian changes 2.6.11-3
[sven/vym.git] / debian / vym.postinst
diff --git a/debian/vym.postinst b/debian/vym.postinst
new file mode 100644 (file)
index 0000000..bc309b1
--- /dev/null
@@ -0,0 +1,10 @@
+#! /bin/sh
+set -e
+
+#DEBHELPER#
+
+if [ -x /usr/bin/update-desktop-database ]; then
+  update-desktop-database
+fi
+
+exit 0