summaryrefslogtreecommitdiffstats
path: root/abs/extra/libwmf/libwmf.install
blob: 9c99a901b16f482a0f9f553223aee8c1558d9c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}