File: postrm

package info (click to toggle)
vidalia 0.2.20-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 30,516 kB
  • sloc: cpp: 22,214; ansic: 3,224; perl: 824; xml: 313; sh: 98; makefile: 70; python: 70
file content (11 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

if [ "$1" = "purge" ]; then
  rm -f /etc/default/tor.vidalia
  if [ -x "/usr/bin/ucf" ]; then
    ucf --purge /etc/default/tor.vidalia
  fi
fi

#DEBHELPER#