xpdf: remove man pages for pdf*, too

This commit is contained in:
Thomas Penteker 2014-05-05 14:33:29 +02:00
parent 7150b6e905
commit 247e1fafd1
2 changed files with 1 additions and 8 deletions

View File

@ -5,13 +5,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xpdf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pdfdetach.1.gz
-rw-r--r-- root/root usr/man/man1/pdffonts.1.gz
-rw-r--r-- root/root usr/man/man1/pdfimages.1.gz
-rw-r--r-- root/root usr/man/man1/pdfinfo.1.gz
-rw-r--r-- root/root usr/man/man1/pdftoppm.1.gz
-rw-r--r-- root/root usr/man/man1/pdftops.1.gz
-rw-r--r-- root/root usr/man/man1/pdftotext.1.gz
-rw-r--r-- root/root usr/man/man1/xpdf.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/xpdfrc.5.gz

View File

@ -28,5 +28,5 @@ build() {
make
make install DESTDIR=$PKG
find $PKG/usr/bin -iname 'pdf*' -delete
find $PKG/usr/bin $PKG/usr/man/man1 -iname 'pdf*' -delete
}