summarylogtreecommitdiffstats
path: root/passwordsafe.install
diff options
context:
space:
mode:
Diffstat (limited to 'passwordsafe.install')
-rw-r--r--passwordsafe.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/passwordsafe.install b/passwordsafe.install
deleted file mode 100644
index 408bfe8ffc73..000000000000
--- a/passwordsafe.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
- gtk-update-icon-cache /usr/share/icons/hicolor -q
- fi
-}
-
-post_upgrade() {
- post_install
-}
-post_remove() {
- post_install
-}