pkgname=deadbeef
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
cat <<EOF
==> ffmpeg support was disabled in this deadbeef release due to
==> incompatibilities with ffmpeg 0.11. It might be re-introduced soon.
EOF
}
post_remove() {
post_install
}