File: postrm

package info (click to toggle)
vdr-plugin-epgsearch 1.0.1~beta6%2Bgit20150211-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,780 kB
  • ctags: 2,325
  • sloc: ansic: 23,325; perl: 1,330; sh: 609; makefile: 197
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

# Remove configuration and log files
if [ "$1" = "purge" ]; then
    rm -rf /var/lib/vdr/plugins/epgsearch || true
fi

#DEBHELPER#