diff options
Diffstat (limited to 'community/spring/spring.install')
-rw-r--r-- | community/spring/spring.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/spring/spring.install b/community/spring/spring.install new file mode 100644 index 000000000..41f09f887 --- /dev/null +++ b/community/spring/spring.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |