rm -rf "$PKGDIR"/usr/include
rm -rf "$PKGDIR"/usr/share/doc

install -m644 examples/gssproxy.conf "$PKGDIR"/etc/gssproxy/gssproxy.conf

install -m644 examples/24-nfs-server.conf "$PKGDIR"/etc/gssproxy/24-nfs-server.conf
install -m644 examples/99-network-fs-clients.conf "$PKGDIR"/etc/gssproxy/99-network-fs-clients.conf
install -m644 examples/80-httpd.conf "$PKGDIR"/etc/gssproxy/80-httpd.conf
sed -i -e "s:euid = apache:euid = http:" "$PKGDIR"/etc/gssproxy/80-httpd.conf

install -m700 -d "$PKGDIR"/var/lib/gssproxy/rcache
install -m755 -d "$PKGDIR"/usr/share/licenses/$pkgname
install -m644 COPYING "$PKGDIR"/usr/share/licenses/$pkgname/
