summarylogtreecommitdiffstats
path: root/passwordmanager.install
diff options
context:
space:
mode:
authorMartchus2017-05-28 22:25:21 +0200
committerMartchus2017-05-28 22:25:21 +0200
commitcc0a2f30bb784d7db7d1ce001a50adaa9a8a3002 (patch)
treefacd47ec934a39e6b5e504786f54800e1ab1cd80 /passwordmanager.install
parenta84ea3fadba350bc0825199dd5e1e23975658fa4 (diff)
downloadaur-cc0a2f30bb784d7db7d1ce001a50adaa9a8a3002.tar.gz
Update version
Diffstat (limited to 'passwordmanager.install')
-rw-r--r--passwordmanager.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/passwordmanager.install b/passwordmanager.install
deleted file mode 100644
index 5c501dc49916..000000000000
--- a/passwordmanager.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}