summaryrefslogtreecommitdiff
path: root/community/account-plugins/account-plugins.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/account-plugins/account-plugins.install')
-rw-r--r--community/account-plugins/account-plugins.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/account-plugins/account-plugins.install b/community/account-plugins/account-plugins.install
deleted file mode 100644
index 2c455e952..000000000
--- a/community/account-plugins/account-plugins.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}