summarylogtreecommitdiffstats
path: root/passwordmanager.install
diff options
context:
space:
mode:
Diffstat (limited to 'passwordmanager.install')
-rw-r--r--passwordmanager.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/passwordmanager.install b/passwordmanager.install
index 5495fb1b5d27..5c501dc49916 100644
--- a/passwordmanager.install
+++ b/passwordmanager.install
@@ -1,12 +1,12 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}