remove deprecated script

svn: r12031
This commit is contained in:
Jérôme Rapinat 2009-02-19 10:36:04 +00:00
parent 221b8dbfba
commit 066583afdb

View File

@ -1,10 +0,0 @@
#! /bin/sh
TARGET=../help/C/cmdplug.xml
touch ./junk.grdb
python gramps.py -O ./junk.grdb -a tool -p name=cmdref,include=1,target=$TARGET
chmod +r $TARGET
rm ./junk.grdb
exit 0