1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/games/toppler/pkg-install
Pav Lucistnik 0c0be630f6 - Update to 1.1.1
- IGNORE on FreeBSD 4

PR:		ports/78101
Submitted by:	Dominic Mitchell <dom@happygiraffe.net> (maintainer)
2005-03-16 21:17:36 +00:00

9 lines
277 B
Bash

#!/bin/sh
FILE=/var/games/toppler/toppler.hsc
[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0
echo "===> Creating initial high score file $FILE"
[ -d `dirname $FILE` ] || install -o root -g games -m 775 -d `dirname $FILE`
install -o root -g games -m 664 /dev/null $FILE