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