mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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:
parent
f3d73b8267
commit
6cdece5803
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue