core/cmake/cmake.install

13 lines
219 B
Plaintext
Raw Normal View History

2010-03-13 23:54:19 +08:00
post_install() {
update-mime-database usr/share/mime &> /dev/null
2012-06-12 05:24:03 +08:00
[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
2010-03-13 23:54:19 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}