PKGBUILDs/community/sigil/sigil.install

13 lines
178 B
Plaintext
Raw Normal View History

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