summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJan Cholasta2016-05-27 07:35:25 +0200
committerJan Cholasta2016-05-27 09:35:52 +0200
commit0399fe9e301e0b54263965212eb0ceb4dc9d919a (patch)
treecff7be21f7b70fd000ed66e685105efdc6b964d9 /install
parent4ff6d240de5b549b72605917cf1ac8641bc9fda1 (diff)
downloadaur-0399fe9e301e0b54263965212eb0ceb4dc9d919a.tar.gz
gzdoom1-git-1.10pre.1359.g6a8e60c-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
-}