fakeroot, nmap, vim: remove localized manpage removal; we do have a hook now.

This commit is contained in:
Juan RP 2014-09-22 16:02:47 +02:00
parent fab87ca076
commit 6397e00162
3 changed files with 0 additions and 11 deletions

View file

@ -14,10 +14,6 @@ license="GPL-3"
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
checksum=19d3aaf0b71c04d7e4f1dcf7e05152def735b2076faee7c2c66af08d17c18db2
pre_configure() {
# Get rid of localized manpages.
sed -i '/SUBDIRS/d' doc/Makefile.in
}
post_install() {
# Use /bin/sh shebang.
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot

View file

@ -25,11 +25,6 @@ else
configure_args+=" --without-zenmap"
fi
post_install() {
# Get rid of localized manpages.
find ${DESTDIR}/usr/share/man -maxdepth 1 -type d -name '[^man]*' -exec rm -rf {} +
}
nmapfe_package() {
noarch=yes
depends="nmap>=$version desktop-file-utils pygtk"

View file

@ -91,8 +91,6 @@ do_install() {
rm -f ${DESTDIR}/usr/bin/{ex,view}
find ${DESTDIR}/usr/share/man -type f -name evim.1 -delete
# Get rid of localized manpages.
find ${DESTDIR}/usr/share/man -maxdepth 1 -type d -name '[^man]*' -exec rm -rf {} +
}
vim-common_package() {