index
:
readline
debian
progress-linux
upstream
debian 11: readline
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
readline-common.postrm
blob: 9a19c2dbeb0338885d9d10362a584ba42c1528ec (
plain
)
1
2
3
4
5
6
7
8
#! /bin/sh -e
case
"
$1
"
in
purge
)
rm
-f
/etc/inputrc
esac
#DEBHELPER#