summaryrefslogtreecommitdiff
path: root/community/xboard/xboard.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/xboard/xboard.install')
-rw-r--r--community/xboard/xboard.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/xboard/xboard.install b/community/xboard/xboard.install
deleted file mode 100644
index 2f8c493c9..000000000
--- a/community/xboard/xboard.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- install-info usr/share/info/xboard.info.gz usr/share/info/dir 2>/dev/null
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
- true
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- install-info --delete usr/share/info/xboard.info.gz usr/share/info/dir 2>/dev/null
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
- true
-}