initial import from Debian
version: 2.45-4 (UNRELEASED) commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63
This commit is contained in:
14
debian/binutils.preinst
vendored
Normal file
14
debian/binutils.preinst
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if test "$1" = upgrade &&
|
||||
test -e /etc/gprofng.rc.dpkg-old &&
|
||||
! test -e /etc/gprofng.rc &&
|
||||
dpkg --compare-cversions "$2" lt "2.43.90"
|
||||
then
|
||||
# Moving gprofng.rc from binutils-common to binutils.
|
||||
mv /etc/gprofng.rc.dpkg-old /etc/gprofng.rc
|
||||
fi
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user