Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > d61383a1f58171e80194545cd4c88d68 > scriptlet

hwclock-2.24-alt2.i586.rpm

Triggers

startup <= 0.6-alt1

/bin/sh
f=/etc/adjtime
if [ ! -f "$f" ]; then
	if [ -f "$f".rpmsave ]; then
		/bin/cp -pf "$f".rpmsave "$f"
	elif [ -f "$f".rpmnew ]; then
		/bin/cp -pf "$f".rpmnew "$f"
	fi
fi

initscripts < 1:5.49.1-alt1

/bin/sh
f=/etc/adjtime
if [ ! -f "$f" ]; then
	if [ -f "$f".rpmsave ]; then
		/bin/cp -pf "$f".rpmsave "$f"
	elif [ -f "$f".rpmnew ]; then
		/bin/cp -pf "$f".rpmnew "$f"
	fi
fi