File: readline-common.postrm

package info (click to toggle)
readline 8.2-1.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 8,788 kB
  • sloc: ansic: 28,830; sh: 5,837; perl: 4,105; makefile: 1,777
file content (8 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
#! /bin/sh -e

case "$1" in
    purge)
	rm -f /etc/inputrc
esac

#DEBHELPER#