desktop/ktuberling/ktuberling.install

13 lines
174 B
Plaintext
Raw Normal View History

2011-07-23 02:02:15 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2015-12-05 07:26:22 +08:00
update-desktop-database -q
2011-07-23 02:02:15 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}