desktop/vokoscreen/vokoscreen.install

11 lines
113 B
Plaintext
Raw Normal View History

2016-04-24 18:28:46 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}