| Current Path : /proc/self/root/proc/self/root/proc/self/root/var/lib/dpkg/info/ | 
| Current File : //proc/self/root/proc/self/root/proc/self/root/var/lib/dpkg/info/util-linux.preinst | 
#! /bin/sh
set -e
if [ "$1" = install ] || [ "$1" = upgrade ]; then
	if [ -e "/etc/udev/rules.d/85-hwclock.rules" ]; then
		if [ "`md5sum \"/etc/udev/rules.d/85-hwclock.rules\" | sed -e \"s/ .*//\"`" = \
		     "`dpkg-query -W -f='${Conffiles}' util-linux | sed -n -e \"\\\\' /etc/udev/rules.d/85-hwclock.rules's/.* //p\"`" ]
		then
			rm -f "/etc/udev/rules.d/85-hwclock.rules"
		fi
	fi
fi