PKGBUILDs/tageditor/default/tageditor.install

13 lines
186 B
Plaintext
Raw Normal View History

post_install() {
2015-08-31 01:53:31 +02:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
2015-08-31 01:53:31 +02:00
post_install
}
post_remove() {
2015-08-31 01:53:31 +02:00
post_install
}