core/rust/rust.install
2015-07-04 16:12:51 +00:00

14 lines
197 B
Plaintext

post_install() {
if type -P update-mime-database &> /dev/null; then
update-mime-database usr/share/mime >/dev/null
fi
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}