aur/opencachemanager.install
2014-11-28 20:17:14 +01:00

8 lines
135 B
Text

post_install() {
update-mime-database usr/share/mime > /dev/null
update-desktop-database -q
}
post_remove() {
post_install $1
}