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