diff options
Diffstat (limited to 'simple-scan/post-install')
-rwxr-xr-x | simple-scan/post-install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/simple-scan/post-install b/simple-scan/post-install deleted file mode 100755 index 740c8de..0000000 --- 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 |