Commit dd632698 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: fixup pbuilder lockfiles if needed

parent 363a02f3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ fixup_mtu() {
	fi
}

fixup_pbuilder_lockfiles() {
	rm -f /var/cache/pbuilder/*.tgz.tmp
}

#
# init, notify about reboots
#
@@ -96,6 +100,9 @@ case $(hostname) in
	*)			;;
esac

# fixup pbuilder lockfiles if needed
fixup_pbuilder_lockfiles

#
# run some hosts in the future
#