ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/readline-common.postrm

9 lines
66 B
Bash
Executable File

#! /bin/sh -e
case "$1" in
purge)
rm -f /etc/inputrc
esac