Updating /etc/inputrc on update to Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
b69040095e
commit
ba7d624282
1 changed files with 5 additions and 0 deletions
5
debian/readline-common.postinst
vendored
5
debian/readline-common.postinst
vendored
|
@ -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#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue