diff options
Diffstat (limited to 'abs/core-testing/libwmf/libwmf.install')
-rw-r--r-- | abs/core-testing/libwmf/libwmf.install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core-testing/libwmf/libwmf.install b/abs/core-testing/libwmf/libwmf.install deleted file mode 100644 index 17fa278..0000000 --- a/abs/core-testing/libwmf/libwmf.install +++ /dev/null @@ -1,18 +0,0 @@ -post_install() { - if [ -x /usr/bin/gdk-pixbuf-query-loaders ]; then - /usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders - fi -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -op=$1 -shift - -$op $* |