desktop/sigil/sigil.install
2010-11-05 13:17:37 +00:00

13 lines
165 B
Plaintext

post_install() {
update-desktop-database -q
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}