desktop/sigil/sigil.install
2011-01-09 14:14:51 +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
}