Package gdb: Scripts

Pre install

1
2
3
4
5
6
# gdb-8.2.50.20180917-alt1 switched from a symlink (to Python2 site-libdir)
# to a normal directory (with Python3 code). Give way to the directory:
l=/usr/share/gdb/python/gdb
if [ -L "$l" ]; then
    rm -v "$l"
fi