File: installation-report.postrm

package info (click to toggle)
installation-report 2.98
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: sh: 443; makefile: 2
file content (8 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
#DEBHELPER#

if [ "$1" = purge ]; then
	rm -rf /var/log/installer
	rm -rf /var/log/debian-installer
fi