desktop/sigil/sigil.install

13 lines
165 B
Plaintext
Raw Normal View History

2010-11-05 21:17:37 +08:00
post_install() {
update-desktop-database -q
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}