#!/bin/bash

# The man pages in Slackware are predominantly arch neutral anyway
# so I'll just copy Slackware's package.
# Stuart Winter.
# 18-Sep-04

rm -fv $PKGSTORE/ap/man-pages-*
install -vpm644 $SLACKSOURCE/../slackware/ap/man-pages-*.tgz $PKGSTORE/ap
# So that the changelog generator script picks up the new package:
touch $PKGSTORE/ap/man-pages*

