PKGBUILDs/community/calf/calf.install
2014-01-20 19:50:59 +00:00

15 lines
221 B
Plaintext

post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database /usr/share/applications
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
# vim:set ts=2 sw=2 et: