summaryrefslogtreecommitdiff
path: root/community/luakit/luakit.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/luakit/luakit.install')
-rw-r--r--community/luakit/luakit.install8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/luakit/luakit.install b/community/luakit/luakit.install
index c80d7609f..2c37d0597 100644
--- a/community/luakit/luakit.install
+++ b/community/luakit/luakit.install
@@ -4,7 +4,11 @@ post_install() {
echo 'Or edit in place for global changes.'
echo 'You NEED to replace local configs after each update'
}
-
+
post_upgrade() {
- post_install ${1}
+ update-desktop-database -q
+}
+
+post_remove() {
+ post_upgrade
}