gimp/po-plug-ins/update.sh

8 lines
147 B
Bash
Executable File

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