PKGBUILDs/extra/efl/efl.install

17 lines
143 B
Plaintext
Raw Normal View History

2014-05-26 20:39:26 +00:00
post_install() {
update-mime-database usr/share/mime > /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}