diff options
-rw-r--r-- | games/powerslave_demo_data/powerslave_demo_data.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/powerslave_demo_data/powerslave_demo_data.SlackBuild b/games/powerslave_demo_data/powerslave_demo_data.SlackBuild index ac7bcbe1e5ce6..3fbc74f425a52 100644 --- a/games/powerslave_demo_data/powerslave_demo_data.SlackBuild +++ b/games/powerslave_demo_data/powerslave_demo_data.SlackBuild @@ -21,9 +21,6 @@ PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch SRCNAM=pwrslave -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |