initial import from Debian
version: 2.45-4 (UNRELEASED) commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63
This commit is contained in:
13
debian/binutils-common.preinst
vendored
Normal file
13
debian/binutils-common.preinst
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = "upgrade" ]; then
|
||||
if [ -f /etc/gprofng.rc ] && dpkg --compare-versions "$2" lt "2.39-8ubuntu1"; then
|
||||
if [ "$(md5sum /etc/gprofng.rc | awk '{print $1}')" = "7750fca2f4e81015abe079c379c79fed" ]; then
|
||||
rm /etc/gprofng.rc
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
Reference in New Issue
Block a user