summaryrefslogtreecommitdiffstats
path: root/simple-scan/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'simple-scan/post-install')
-rwxr-xr-xsimple-scan/post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/simple-scan/post-install b/simple-scan/post-install
new file mode 100755
index 0000000..740c8de
--- /dev/null
+++ b/simple-scan/post-install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+port=simple-scan
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# desktop database
+update-desktop-database -q
+
+# End of file