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