File: keyboard-configuration.postrm

package info (click to toggle)
console-setup 1.68%2Bsqueeze2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 24,608 kB
  • ctags: 293
  • sloc: xml: 9,987; perl: 8,478; sh: 3,005; makefile: 672
file content (9 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ purge = "$1" ]; then
    rm -f /etc/default/keyboard
fi

#DEBHELPER#