summarylogtreecommitdiffstats
path: root/natron.install
diff options
context:
space:
mode:
Diffstat (limited to 'natron.install')
-rw-r--r--natron.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/natron.install b/natron.install
index 3292697f57f2..15ef3f13b295 100644
--- a/natron.install
+++ b/natron.install
@@ -3,6 +3,10 @@ post_install() {
update-desktop-database /usr/share/applications
}
+post_upgrade() {
+ post_install
+}
+
post_remove() {
- post_install
+ post_install
}