mirror of
git://slackware.nl/current.git
synced 2025-02-06 20:46:02 +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
|