Your IP : 18.191.150.214


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/util-linux.preinst

#!/bin/sh

set -e

# Only relevant on PPC where mac-fdisk tries to hijack our binary name.
# (We should not reinvent the update-alternatives system badly.)
if [ -L /sbin/fdisk ]; then
	rm /sbin/fdisk
fi