File: upower.postrm

package info (click to toggle)
upower 0.99.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,228 kB
  • ctags: 2,904
  • sloc: ansic: 12,118; sh: 11,975; xml: 2,053; python: 666; makefile: 649
file content (9 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
    rm -rf /var/lib/upower
fi

#DEBHELPER#