PKGBUILDs/isoviewer/default/isoviewer.install

12 lines
152 B
Plaintext
Raw Normal View History

2015-08-17 20:26:02 +02:00
post_install() {
2015-09-11 21:48:37 +02:00
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
2015-08-17 20:26:02 +02:00
}
post_upgrade() {
2015-09-11 21:48:37 +02:00
post_install
2015-08-17 20:26:02 +02:00
}
post_remove() {
2015-09-11 21:48:37 +02:00
post_install
2015-08-17 20:26:02 +02:00
}