File: readline-common.postrm

package info (click to toggle)
readline 7.0-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 8,500 kB
  • sloc: ansic: 26,619; sh: 5,445; perl: 4,105; makefile: 1,677
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#