summaryrefslogtreecommitdiffstats
path: root/muffin/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'muffin/post-install')
-rwxr-xr-xmuffin/post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/muffin/post-install b/muffin/post-install
new file mode 100755
index 0000000..f90e12f
--- /dev/null
+++ b/muffin/post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+port=muffin
+
+# gconf schemas
+/usr/sbin/gconfpkg --install $port
+
+# End of file