PKGBUILDs/community/zathura/zathura.install

13 lines
174 B
Text
Raw Normal View History

2016-04-20 01:07:05 +00: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
}