PKGBUILDs/isoviewer/default/isoviewer.install

12 lines
146 B
Plaintext
Raw Normal View History

2015-08-17 20:26:02 +02:00
post_install() {
2015-12-24 16:50:30 +01:00
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
2015-08-17 20:26:02 +02:00
}
post_upgrade() {
2015-12-24 16:50:30 +01:00
post_install
2015-08-17 20:26:02 +02:00
}
post_remove() {
2015-12-24 16:50:30 +01:00
post_install
2015-08-17 20:26:02 +02:00
}