summaryrefslogtreecommitdiff
path: root/community/scratch/scratch.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/scratch/scratch.install')
-rw-r--r--community/scratch/scratch.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/scratch/scratch.install b/community/scratch/scratch.install
index 7fe49829c..8db29369c 100644
--- a/community/scratch/scratch.install
+++ b/community/scratch/scratch.install
@@ -4,6 +4,10 @@ post_install() {
gtk-update-icon-cache -qf /usr/share/icons/hicolor
}
+post_upgrade() {
+ post_install
+}
+
post_remove() {
post_install
}