File: postrm

package info (click to toggle)
command-not-found 23.04.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: python: 1,008; sh: 29; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
	rm -rf /var/lib/command-not-found || exit 1
fi
#DEBHELPER#