core/cmake/cmake.install
2012-06-11 21:24:03 +00:00

13 lines
219 B
Plaintext

post_install() {
update-mime-database usr/share/mime &> /dev/null
[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}