summarylogtreecommitdiffstats
path: root/lbe.sh
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-09-22 08:47:02 +0300
committerMantas Mikulėnas2022-09-22 08:47:02 +0300
commit7d959d3f4f2ff6ad597541511f49fb14c9ac6613 (patch)
tree58f0d22881c03da8686ff45f14e2672824580b5d /lbe.sh
parent5dd350f6ec90371d03c555e54ee65ec092e07a82 (diff)
downloadaur-7d959d3f4f2ff6ad597541511f49fb14c9ac6613.tar.gz
fix the 'Help' menu items
Diffstat (limited to 'lbe.sh')
-rwxr-xr-xlbe.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lbe.sh b/lbe.sh
index e9ff8bd9ab7a..336ddaf158e9 100755
--- a/lbe.sh
+++ b/lbe.sh
@@ -14,6 +14,9 @@ if [ ! -d "$confdir" ]; then
mkdir -p -m 0700 "$confdir"
cp -a /usr/share/lbe/skel/. "$confdir"/
fi
+if [ ! -e "$confdir"/help ]; then
+ ln -nsf /usr/share/doc/lbe/help "$confdir"/help
+fi
cd "$confdir"
# Protect session configuration files.