mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-16 15:30:06 +00:00
7 lines
144 B
Bash
Executable file
7 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PACKAGE="gimp14-script-fu"
|
|
PATH="$PATH:.."
|
|
|
|
echo "Calling intltool-update for you ..."
|
|
intltool-update --gettext-package $PACKAGE $*
|