desktop/sigil/sigil.install

13 lines
165 B
Plaintext
Raw Normal View History

2011-01-09 22:14:51 +08:00
post_install() {
update-desktop-database -q
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}