diff options
Diffstat (limited to 'source/ap/man-pages/doinst.sh')
-rw-r--r-- | source/ap/man-pages/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/ap/man-pages/doinst.sh b/source/ap/man-pages/doinst.sh deleted file mode 100644 index f42fcb48..00000000 --- a/source/ap/man-pages/doinst.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ ! -e usr/man/whatis ]; then - mv usr/man/whatis.sample usr/man/whatis -elif [ "$(md5sum usr/man/whatis)" = "$(md5sum usr/man/whatis.sample)" ]; then - # toss the redundant copy - rm usr/man/whatis.sample -fi |