DEBSOURCES
Skip Quicknav
sources / installation-report / 2.98 / debian / installation-report.postrm
12345678
#!/bin/sh set -e #DEBHELPER# if [ "$1" = purge ]; then rm -rf /var/log/installer rm -rf /var/log/debian-installer fi