desktop/rstudio/rstudio-desktop.install

12 lines
149 B
Plaintext
Raw Normal View History

2016-02-07 08:36:07 +08:00
post_install() {
update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}