desktop/spring/spring.install

13 lines
174 B
Plaintext
Raw Normal View History

2014-10-10 00:38:16 +08:00
post_install() {
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}