desktop/wmudmount: Remove template comment.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-09-09 13:03:52 -04:00 committed by Willy Sudiarto Raharjo
parent e320cd9c4f
commit 0ae62cd905
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 5 deletions

View file

@ -5,11 +5,11 @@ filesystems and mounting of the filesystems as a non-root user. It also
includes a mode to display the mounted filesystems with the least free
space percentage (similar to wmfsm).
This build is for version 2.2, which uses udisks2 and GTK3. If you'd
This build is for version 3.x, which uses udisks2 and GTK3. If you'd
prefer to build an older version with udisks1 and GTK2, download the
source from here:
http://sourceforge.net/projects/wmudmount/files/wmudmount/wmudmount-1.13.tar.gz
https://sourceforge.net/projects/wmudmount/files/wmudmount/wmudmount-1.13.tar.gz
Its md5sum is: 988955faca6db4f9c4d26f8b79a38744

View file

@ -58,9 +58,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# 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