summarylogtreecommitdiffstats
path: root/copy-agent.install
diff options
context:
space:
mode:
Diffstat (limited to 'copy-agent.install')
-rw-r--r--copy-agent.install9
1 files changed, 5 insertions, 4 deletions
diff --git a/copy-agent.install b/copy-agent.install
index f3fca8c2f8ec..b1352b0eb73b 100644
--- a/copy-agent.install
+++ b/copy-agent.install
@@ -1,12 +1,13 @@
post_install() {
- update-desktop-database -q
- ldconfig
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+ ldconfig
}
post_upgrade() {
- post_install
+ post_install $1
}
post_remove() {
- post_install
+ post_install $1
}