~ubuntu-branches/ubuntu/wily/console-setup/wily

3 by Anton Zinoviev, Christian Perrier, Anton Zinoviev
[ Christian Perrier ]
1
#!/bin/sh
2
3
set -e
4
5
if [ purge = "$1" ]; then
6
    rm -f /etc/default/console-setup
3.2.6 by Anton Zinoviev
* Correct typo in the FAQ. Thanks to Luís Picciochi Oliveira,
7
fi
3 by Anton Zinoviev, Christian Perrier, Anton Zinoviev
[ Christian Perrier ]
8
9
#DEBHELPER#