1
0
mirror of https://github.com/cybuzuma/aur_opencpn.git synced 2025-05-27 20:50:09 -07:00
aur_opencpn/opencpn.install
2015-06-08 12:01:04 +02:00

16 lines
317 B
Plaintext

post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}