Your IP : 216.73.216.170


Current Path : /proc/8644/root/proc/self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/8644/root/proc/self/root/var/lib/dpkg/info/console-tools.preinst

#!/bin/sh

set -e

# In previous releases, this was a symlink that could be accidentally
# left behind. Delete before installing.
if [ -L /usr/share/doc/console-tools ]; then
   rm -f /usr/share/doc/console-tools
fi