rpms/lpsk31/F-9 lpsk31-1.1-wrapper.in,NONE,1.1

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Thu Dec 11 13:05:54 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/lpsk31/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17465

Added Files:
	lpsk31-1.1-wrapper.in 
Log Message:



--- NEW FILE lpsk31-1.1-wrapper.in ---
#!/bin/sh
#Wrapper script for lpsk31 to ensure that user configuration is present
lpsk31bin="/usr/libexec/lpsk31-bin"
if  [ ! -f ~/lpsk31/lpsk31rc ]
then
echo "Creating user configuration in ~/lpsk31/lpsk31rc"
install -D -m 0644 /usr/share/lpsk31/lpsk31rc ~/lpsk31/lpsk31rc
$lpsk31bin $@
else 
$lpsk31bin $@
fi




More information about the fedora-extras-commits mailing list