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, 0 insertions, 11 deletions
diff --git a/simple-scan/post-install b/simple-scan/post-install
deleted file mode 100755
index 740c8de47..000000000
--- a/simple-scan/post-install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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