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