summaryrefslogtreecommitdiffstats
path: root/alacarte/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'alacarte/post-install')
-rwxr-xr-xalacarte/post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/alacarte/post-install b/alacarte/post-install
new file mode 100755
index 0000000..7ab8335
--- /dev/null
+++ b/alacarte/post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+port=alacarte
+
+# desktop database
+update-desktop-database > /dev/null
+
+# End of file