summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorteknsl2022-01-09 00:44:32 +0100
committerteknsl2022-01-09 00:47:08 +0100
commitcba22b269afe21160975206a7aff9619c3255e53 (patch)
tree52e596024f06715299f5d7a76d12186a53857d05 /PKGBUILD
parent9270f17619544702be1321a0547adc0a858cc246 (diff)
downloadaur-cba22b269afe21160975206a7aff9619c3255e53.tar.gz
run script after install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02d1843a479d..be5e10692adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel='0'
arch=('any')
url='https://github.com/alacritty/alacritty/issues/4739'
depends=('alacritty' 'sed')
+install="${pkgname}.install"
source=("${pkgname}.hook" "${pkgname}-patch")
md5sums=('SKIP' 'SKIP')