desktop/rcconf-settings/install

7 lines
105 B
Plaintext
Raw Normal View History

2011-12-24 04:50:54 +08:00
post_install() {
update-mime-database usr/share/mime > /dev/null
}
post_remove() {
post_install $1
}