mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
5 lines
99 B
Bash
5 lines
99 B
Bash
|
# If there's no /usr/bin/gpg, claim it:
|
||
|
if [ ! -e usr/bin/gpg ]; then
|
||
|
ln -sf gpg2 usr/bin/gpg
|
||
|
fi
|