File: postrm

package info (click to toggle)
vdr-plugin-epgsearch 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,888 kB
  • sloc: ansic: 22,531; perl: 1,330; sh: 630; makefile: 234
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (9)
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#