summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJan Cholasta2016-05-27 07:35:25 +0200
committerJan Cholasta2016-05-27 09:01:45 +0200
commit5b407b56ab7cc87bfc140738e6815d6ff91946cf (patch)
tree4261cb2cd2a03f206aa4f24c2d91b9f30c5f762f /install
parentdf30809fb48a242688ba2440121ccf07ea52d983 (diff)
downloadaur-5b407b56ab7cc87bfc140738e6815d6ff91946cf.tar.gz
gzdoom-git-2.2pre.1644.gded479b-1
* Fix fmodex4.26.36 dependency * Make gxmessage dependency optional, add alternatives * Move cmake call from build() to prepare() * Fix package rebuild * Use linker option rather than patch to make stack not executable * Move IWAD symlinks to /usr/lib, drop the related patch * Remove install file as it was superseded by pacman hooks
Diffstat (limited to 'install')
-rw-r--r--install16
1 files changed, 0 insertions, 16 deletions
diff --git a/install b/install
deleted file mode 100644
index a3292a2070bc..000000000000
--- a/install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- if [[ -x usr/bin/xdg-icon-resource ]]; then
- usr/bin/xdg-icon-resource forceupdate
- fi
- if [[ -x usr/bin/update-desktop-database ]]; then
- usr/bin/update-desktop-database -q
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}