diff options
Diffstat (limited to 'gnome-screenshot/post-install')
-rwxr-xr-x | gnome-screenshot/post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-screenshot/post-install b/gnome-screenshot/post-install new file mode 100755 index 0000000..567da5b --- /dev/null +++ b/gnome-screenshot/post-install @@ -0,0 +1,11 @@ +#!/bin/sh + +port=gnome-screenshot + +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + +# desktop database +update-desktop-database -q + +# End of file |