File: console-common.postrm

package info (click to toggle)
console-common 0.7.92
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,056 kB
  • sloc: perl: 526; sh: 198; awk: 134; makefile: 106
file content (10 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = purge ]
then
    rm -rf /etc/console
fi

#DEBHELPER#