i hate it here

i18n
Matt C 2 years ago committed by GitHub
parent de2922c932
commit 85451fbda9

@ -4,7 +4,7 @@
pkgname=amethyst
pkgver=3.3.0
pkgrel=6
pkgrel=7
pkgdesc="A fast and efficient AUR helper"
arch=('x86_64')
url="https://github.com/crystal-linux/amethyst"
@ -14,7 +14,6 @@ sha256sums=('SKIP')
depends=('git' 'binutils' 'fakeroot' 'pacman-contrib' 'vim')
makedepends=('cargo')
conflicts=('ame')
install="amethyst.install"
prepare() {
cd "$srcdir/$pkgname"

@ -1,9 +0,0 @@
post_upgrade() {
if [[ ! -f /etc/.pkg_warner ]]; then
for n in apt apt-get dnf eopkg yum zypper; do
[[ -f /usr/bin/$n ]] && rm -f /usr/bin/$n && echo "Removed $n warner exec"
done
else
echo "New package warner is installed."
fi
}
Loading…
Cancel
Save