summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-08-19 11:57:56 +0200
committerJuergen Daubert <jue@jue.li>2016-08-19 11:57:56 +0200
commit5856c13b72d1188c9c22bc77b625a5d2aeb2a0ee (patch)
tree71d07849bb951ad84f511001449b8a41f91c3c68
parent2682e4c145efbb80014a24972c0663d822d8bc82 (diff)
downloadcore-5856c13b72d1188c9c22bc77b625a5d2aeb2a0ee.tar.gz
core-5856c13b72d1188c9c22bc77b625a5d2aeb2a0ee.tar.xz
man-db: remove txt and ps documentation
-rw-r--r--man-db/.footprint4
-rw-r--r--man-db/Pkgfile4
2 files changed, 2 insertions, 6 deletions
diff --git a/man-db/.footprint b/man-db/.footprint
index 0f5c6a40..20645997 100644
--- a/man-db/.footprint
+++ b/man-db/.footprint
@@ -28,10 +28,6 @@ drwxr-xr-x root/root usr/lib/man-db/man-db/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/accessdb
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/man-db/
--rw-r--r-- root/root usr/share/doc/man-db/man-db-manual.ps
--rw-r--r-- root/root usr/share/doc/man-db/man-db-manual.txt
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/apropos.1.gz
diff --git a/man-db/Pkgfile b/man-db/Pkgfile
index 723391a5..09762cf9 100644
--- a/man-db/Pkgfile
+++ b/man-db/Pkgfile
@@ -5,7 +5,7 @@
name=man-db
version=2.7.5
-release=1
+release=2
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \
mandb.cron)
@@ -18,7 +18,7 @@ build() {
make
make DESTDIR=$PKG install
- #rm -r $PKG/usr/share
+ rm -r $PKG/usr/share/doc
rm -r $PKG/usr/lib/tmpfiles.d
install -d $PKG/var/cache/man

Generated by cgit