8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PACKAGE="gimp20-script-fu"
|
|
PATH="$PATH:.."
|
|
|
|
echo "Calling intltool-update for you ..."
|
|
intltool-update --gettext-package $PACKAGE $*
|