desktop/qmapshack/qmapshack.install
2015-12-31 16:06:41 +01:00

8 lines
101 B
Plaintext

post_install() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}