diff options
feat: remind users to remove the shit from their rc
-rw-r--r-- | src/memdmp/zsh-zuwu/APKBUILD | 2 | ||||
-rwxr-xr-x | src/memdmp/zsh-zuwu/zsh-zuwu.post-deinstall | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | src/memdmp/zsh-zuwu/zsh-zuwu.post-install | 0 |
3 files changed, 3 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" diff --git a/src/memdmp/zsh-zuwu/zsh-zuwu.post-deinstall b/src/memdmp/zsh-zuwu/zsh-zuwu.post-deinstall new file mode 100755 index 0000000..a7488a9 --- /dev/null +++ b/src/memdmp/zsh-zuwu/zsh-zuwu.post-deinstall @@ -0,0 +1,2 @@ +#!/usr/bin/env zsh +echo -e "\x1b[0;32mEach user that had zuwu installed should clean up their \x1b[0;34m\$HOME/.zshrc\x1b[0;32m.\nIf they don't, everything will still continue to work, it's just good practice to remove it :3\x1b[0m" diff --git a/src/memdmp/zsh-zuwu/zsh-zuwu.post-install b/src/memdmp/zsh-zuwu/zsh-zuwu.post-install index a4cf43d..a4cf43d 100644..100755 --- a/src/memdmp/zsh-zuwu/zsh-zuwu.post-install +++ b/src/memdmp/zsh-zuwu/zsh-zuwu.post-install |