debian-galaxy-a20e/rootfs/var/lib/dpkg/info/readline-common.postrm

9 lines
66 B
Plaintext
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
#! /bin/sh -e
case "$1" in
purge)
rm -f /etc/inputrc
esac