desktop/vokoscreen/vokoscreen.install
2016-04-24 12:28:46 +02:00

11 lines
113 B
Plaintext

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