diff options
feat: remind users to remove the shit from their rc
Diffstat (limited to 'src/memdmp/zsh-zuwu/APKBUILD')
-rw-r--r-- | src/memdmp/zsh-zuwu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memdmp/zsh-zuwu/APKBUILD b/src/memdmp/zsh-zuwu/APKBUILD index 9ce6024..2f05dcf 100644 --- a/src/memdmp/zsh-zuwu/APKBUILD +++ b/src/memdmp/zsh-zuwu/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="MIT" depends="zsh" makedepends="lzip" -install="$pkgname.post-install" +install="$pkgname.post-install $pkgname.post-deinstall" subpackages="" source="https://git.estrogen.zone/zuwu.git/snapshot/$_pkgname-$pkgver.tar.lz" builddir="$srcdir/$_pkgname-$pkgver" |