summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Unglaub <leo@leo-unglaub.net>2015-03-05 03:46:23 +0000
committerLeo Unglaub <leo@leo-unglaub.net>2015-03-05 03:46:23 +0000
commiteca88c489e4af5f2ec22a44dd57f34009658fa61 (patch)
treeec90e5c65186d76755ff331e50eb9a37cc4724f4
parentd46a82019496f26b91e9163a3e5449a5d50e5ac6 (diff)
downloadxfce-eca88c489e4af5f2ec22a44dd57f34009658fa61.tar.gz
xfce-eca88c489e4af5f2ec22a44dd57f34009658fa61.tar.xz
mousepad: Adding a post-install script
The post-install script installs/updates the glib schema. I have no idea why someone would use crap like the glib-schemas, but thats up the mousepad developers. Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
-rwxr-xr-xmousepad/post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/mousepad/post-install b/mousepad/post-install
new file mode 100755
index 0000000..4a230c3
--- /dev/null
+++ b/mousepad/post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# post-install: install/update all glib schemas after the
+# package installation
+
+glib-compile-schemas /usr/share/glib-2.0/schemas/

Generated by cgit