summaryrefslogtreecommitdiff
path: root/extra/graphite/pango-graphite.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/graphite/pango-graphite.install')
-rw-r--r--extra/graphite/pango-graphite.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/graphite/pango-graphite.install b/extra/graphite/pango-graphite.install
new file mode 100644
index 000000000..46bc44611
--- /dev/null
+++ b/extra/graphite/pango-graphite.install
@@ -0,0 +1,12 @@
+post_install() {
+ usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ post_install $1
+}
+