gimp/po-plug-ins/update.sh
Sven Neumann 70cfe31f55 latest intltool changes allow me to simplify the script even further.
* update.sh: latest intltool changes allow me to simplify the script
	even further.
2002-03-02 17:54:16 +00:00

8 lines
147 B
Bash
Executable file

#!/bin/sh
PACKAGE="gimp14-std-plug-ins"
PATH="$PATH:.."
echo "Calling intltool-update for you ..."
intltool-update --gettext-package $PACKAGE $*