desktop/vmpk/vmpk.install

12 lines
118 B
Plaintext
Raw Normal View History

2011-08-07 19:49:34 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}