6 # check whether we have the config in the old place and not in the new place
10 if [ -f /etc
/elinks.conf
-a ! -f /etc
/elinks
/elinks.conf
]; then
11 # move the file into the new location
14 mv /etc
/elinks.conf
/etc
/elinks
/elinks.conf
15 echo "Your /etc/elinks.conf moved into /etc/elinks/."