desktop/bluedevil/bluedevil.install

13 lines
168 B
Plaintext
Raw Normal View History

2011-10-10 01:48:16 +08:00
post_install() {
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}