live-build/examples/hooks/reproducible/8500-cleanup-ucf-backup-fil...

8 lines
191 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
# Delete all older backups of ucf files
# The current files are /var/lib/ucf/hashfile and /var/lib/ucf/registry
rm -f /var/lib/ucf/hashfile.*
rm -f /var/lib/ucf/registry.*