desktop/kdeplasma-applets-tomatoid/install.sh
Adrián Chaves Fernández (Gallaecio) d3fffb9ccf Added Tomatoid 1.0.1
2013-05-27 07:36:05 +02:00

16 lines
285 B
Bash

## 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
}