summaryrefslogtreecommitdiff
path: root/community/scite/scite.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-07 00:01:55 +0000
committerroot <root@rshg054.dnsready.net>2012-06-07 00:01:55 +0000
commit334c2a7916a80d08b1c216cfbf02135e64891632 (patch)
treed5ed69695fb4da7349d218aa56fa4403017b7e9c /community/scite/scite.install
parent664b1c2195b2884102cc2d5a56a13702f8ee44fe (diff)
Thu Jun 7 00:01:54 UTC 2012
Diffstat (limited to 'community/scite/scite.install')
-rw-r--r--community/scite/scite.install8
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: