1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11-wm/qlwm/files/qlwm
Trevor Johnson 133fdf28d3 Update to 2.6. Fix script.
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-27 22:37:52 +00:00

11 lines
221 B
Bash

#! /bin/sh
PREFIX=%PREFIX%
if ! test -e $HOME/.qlwm
then
mkdir -p $HOME/.qlwm
for i in defaults appdefaults menuconfig; \
do cp -v ${PREFIX}/lib/qlwm/files/$i $HOME/.qlwm; \
done
fi
exec ${PREFIX}/lib/qlwm/qlwm "$@"