summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-08-22 00:25:05 +0200
committerM0Rf302022-08-22 00:25:05 +0200
commitb62cad5a4504374c995700d48d5aeecf8d364538 (patch)
tree2aba3123bb32c4abff3f09d5e6d0cd5ac880dcf7
parent660f82c6784a68c7e4a99616e7338d50785fa96c (diff)
downloadaur-iortcw-git.tar.gz
iortcw-git: remove .install file
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--iortcw-git.install6
3 files changed, 0 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03683347ab72..9525c5743f96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = iortcw-git
pkgver = 1.51c.r89.gbbd32eed
pkgrel = 1
url = https://github.com/iortcw/iortcw
- install = iortcw-git.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index cc423b6df39d..20ba1f488721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ depends=('freetype2' 'graphite' 'harfbuzz' 'iortcw-data' 'libjpeg-turbo' 'libogg
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
makedepends=('git')
-install='iortcw-git.install'
source=("git+${url}"
'iortcw-ded.launcher'
'iortcw-sp.launcher'
diff --git a/iortcw-git.install b/iortcw-git.install
deleted file mode 100644
index d27a9b6b49b5..000000000000
--- a/iortcw-git.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_remove() {
- echo ">>> To complete the uninstallation remove the RtCW data directory:"
- echo ">>> rm -r /opt/iortcw/"
- echo ">>>"
-}
-