summaryrefslogtreecommitdiff
path: root/staging/libwmf/libwmf.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/libwmf/libwmf.install')
-rw-r--r--staging/libwmf/libwmf.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/staging/libwmf/libwmf.install b/staging/libwmf/libwmf.install
deleted file mode 100644
index 9c99a901b..000000000
--- a/staging/libwmf/libwmf.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- if [ -x usr/bin/gdk-pixbuf-query-loaders ]; then
- gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders
- fi
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}