diff options
Diffstat (limited to 'community/scite/scite.install')
-rw-r--r-- | community/scite/scite.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/scite/scite.install b/community/scite/scite.install new file mode 100644 index 000000000..ad97d7bab --- /dev/null +++ b/community/scite/scite.install @@ -0,0 +1,13 @@ +post_upgrade() { + update-desktop-database -q +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} + +# vim:set ts=2 sw=2 et: |