live-build/share/hooks/0140-remove-backup-files.ch...

15 lines
204 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
# Remove backup files
rm -f /etc/apt/trusted.gpg~
rm -f /etc/passwd-
rm -f /etc/group-
rm -f /etc/shadow-
rm -f /etc/gshadow-
rm -f /var/cache/debconf/*-old
rm -f /var/lib/dpkg/*-old