From ee8536fb62c8a81ea727b475a6793417d00b40b0 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 9 Dec 2019 11:34:23 +0300 Subject: Import gdb 8.3.1-1 --- debian/gdb-source.preinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/gdb-source.preinst (limited to 'debian/gdb-source.preinst') diff --git a/debian/gdb-source.preinst b/debian/gdb-source.preinst new file mode 100644 index 0000000..d35604d --- /dev/null +++ b/debian/gdb-source.preinst @@ -0,0 +1,12 @@ +#! /bin/sh +set -e + +# Delete symlink that will be replaced by a directory +docdir="/usr/share/doc/gdb-source" +if [ -L $docdir ]; then + rm $docdir 2>/dev/null +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3