kirmah/pkgbuild/kirmah.install
2013-05-16 02:14:38 +02:00

13 lines
188 B
Plaintext
Executable File

post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
echo "you should mannually remove /home/$USER/.kirmah"
}