cowsay: remove offensive cows

it's basically the same art in both

homebrew, debian, and fedora also do not ship these cows
This commit is contained in:
classabbyamp 2023-10-26 18:01:13 -04:00 committed by Leah Neukirchen
parent f3d73b8267
commit 6cdece5803

View file

@ -1,7 +1,7 @@
# Template file for 'cowsay' # Template file for 'cowsay'
pkgname=cowsay pkgname=cowsay
version=3.04 version=3.04
revision=3 revision=4
depends="perl" depends="perl"
short_desc="Configurable speaking/thinking cow (and a bit more)" short_desc="Configurable speaking/thinking cow (and a bit more)"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
@ -20,4 +20,5 @@ do_install() {
ln -s cowsay ${DESTDIR}/usr/bin/cowthink ln -s cowsay ${DESTDIR}/usr/bin/cowthink
vman cowsay.1 vman cowsay.1
vcopy cows usr/share vcopy cows usr/share
rm "${DESTDIR}"/usr/share/cows/{sodomized,telebears}.cow
} }