desktop/qmapshack/qmapshack.install

8 lines
101 B
Plaintext
Raw Normal View History

2015-12-31 23:06:41 +08:00
post_install() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}