File: keyboard-configuration.postrm

package info (click to toggle)
console-setup 1.246
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,484 kB
  • sloc: perl: 11,225; xml: 8,643; sh: 3,902; makefile: 778
file content (11 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

dpkg-maintscript-helper rm_conffile /etc/init.d/keyboard-setup 1.138~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/init.d/console-setup 1.138~ -- "$@"
if [ purge = "$1" ]; then
    rm -f /etc/default/keyboard
fi

#DEBHELPER#