core/rust/rust.install

14 lines
197 B
Plaintext
Raw Normal View History

2015-07-05 00:12:42 +08:00
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
}