desktop/spring/spring.install
2014-10-09 12:38:16 -04:00

13 lines
174 B
Plaintext

post_install() {
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}