Do not set title for the GNU Screen, because it beeps.
[elinks.git] / contrib / debian / elinks.preinst
blob49c1224abcd84d1d182c397feffb676d2ea28afc
1 #!/bin/sh
3 # elinks preinst file
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
13 mkdir -p /etc/elinks/
14 mv /etc/elinks.conf /etc/elinks/elinks.conf
15 echo "Your /etc/elinks.conf moved into /etc/elinks/."
18 #DEBCONF#
19 #DEBHELPER#