summarylogtreecommitdiffstats
path: root/passwordmanager.install
diff options
context:
space:
mode:
Diffstat (limited to 'passwordmanager.install')
-rw-r--r--passwordmanager.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/passwordmanager.install b/passwordmanager.install
index 547348418df4..5495fb1b5d27 100644
--- a/passwordmanager.install
+++ b/passwordmanager.install
@@ -1,11 +1,12 @@
post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}