/usr/lib/snail symlink

This commit is contained in:
Kolan Sh 2012-04-08 09:13:49 -04:00
parent e0c7d7d0d9
commit 268a45a02f
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ echo "DISTRIB_CODENAME=$DISTRIB_CODENAME"
SNAIL_INIT_D_PATH=/usr/share/snail/init.d
echo "Copying system init scripts (SysV/OpenRC/Systemd), start snail-watcher, configuring kernel modules and OpenGL libraries"
[[ -d /usr/lib64/snail && ! -d /usr/lib/snail ]] && ln -s /usr/lib64/snail /usr/lib/snail
case "$DISTRIB_ID" in
"gentoo")
cp -f $SNAIL_INIT_D_PATH/snail-watcher.openrc /etc/init.d/snail-watcher