diff options
Diffstat (limited to 'desktop/vala-panel-appmenu/doinst.sh')
-rw-r--r-- | desktop/vala-panel-appmenu/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/vala-panel-appmenu/doinst.sh b/desktop/vala-panel-appmenu/doinst.sh new file mode 100644 index 0000000000..6922dbb756 --- /dev/null +++ b/desktop/vala-panel-appmenu/doinst.sh @@ -0,0 +1,5 @@ +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi |