archlinux-pkgbuilds/quodlibet-git.install

12 lines
173 B
Text
Raw Normal View History

2016-02-02 23:01:45 +01:00
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}