desktop/kdepim/akregator.install

13 lines
180 B
Plaintext
Raw Normal View History

2012-11-18 18:37:59 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2012-11-18 18:37:59 +08:00
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}