summarylogtreecommitdiffstats
path: root/ark-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'ark-git.install')
-rw-r--r--ark-git.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/ark-git.install b/ark-git.install
deleted file mode 100644
index ccb9b0a4a311..000000000000
--- a/ark-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}