summaryrefslogtreecommitdiffstats
path: root/eog-plugins/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'eog-plugins/post-install')
-rwxr-xr-xeog-plugins/post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/eog-plugins/post-install b/eog-plugins/post-install
new file mode 100755
index 0000000..923fdf1
--- /dev/null
+++ b/eog-plugins/post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+port=eog-plugins
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# End of file