Correct a typo from a bad cut'n'paste.
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
This commit is contained in:
parent
48f2e38af8
commit
66d69ab9d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79096
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
if [ "$2" = "PRE-INSTALL" ]; then
|
if [ "$2" = "PRE-INSTALL" ]; then
|
||||||
if pkg_info | grep "^xscreensaver-[0-9]" >/dev/null 2>&1; then
|
if pkg_info | grep "^xscreensaver-[0-9]" >/dev/null 2>&1; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "*********************************************************"
|
echo "*********************************************************"
|
||||||
echo "You already have the non-gnome xscreensaver installed."
|
echo "You already have the non-gnome xscreensaver installed."
|
||||||
|
@ -16,6 +16,5 @@ if [ "$2" = "PRE-INSTALL" ]; then
|
||||||
echo "*********************************************************"
|
echo "*********************************************************"
|
||||||
echo ""
|
echo ""
|
||||||
false
|
false
|
||||||
fi
|
fi
|
||||||
done
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue