gtk/jamin/jamin.install

14 lines
143 B
Plaintext
Raw Normal View History

2013-05-22 06:32:21 +08:00
post_install() {
/usr/bin/update-mime-database /extra/usr/share/mime
}
pre_upgrade() {
post_install
}
post_remove() {
post_install
}