File: update-notifier-common.postrm

package info (click to toggle)
update-notifier 0.99.3debian11
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,164 kB
  • sloc: ansic: 2,466; sh: 1,238; python: 206; makefile: 66
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = purge -a -d /var/lib/update-notifier ]; then
	rm -r --one-file-system /var/lib/update-notifier
fi

#DEBHELPER#