1
0
Fork 0

Updating /etc/inputrc on update to Progress Linux.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 08:06:36 +02:00
parent b69040095e
commit ba7d624282
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -10,4 +10,9 @@ if [ "$1" = "configure" ] && [ "$2" = "" ]; then
install_from_default /usr/share/readline/inputrc /etc/inputrc
fi
if [ "$(md5sum /etc/inputrc | cut -d' ' -f1)" = "e7d81f20943fc812b66b3ee56f5f68ce" ]; then
rm -f /etc/inputrc
cp /usr/share/readline/inputrc /etc/inputrc
fi
#DEBHELPER#