summaryrefslogtreecommitdiff
path: root/community/synapse/synapse.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/synapse/synapse.install')
-rw-r--r--community/synapse/synapse.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/synapse/synapse.install b/community/synapse/synapse.install
deleted file mode 100644
index 704cb339e..000000000
--- a/community/synapse/synapse.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et: