desktop/kdeplasma-applets-tomatoid/install.sh

16 lines
285 B
Bash
Raw Normal View History

2013-05-27 13:36:05 +08:00
## arg 1: the new package version
post_install() {
update-desktop-database -q
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
update-desktop-database -q
}
## arg 1: the old package version
post_remove() {
update-desktop-database -q
}