File: torsocks.postrm

package info (click to toggle)
torsocks 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,432 kB
  • sloc: ansic: 7,290; sh: 4,824; makefile: 502
file content (8 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

dpkg-maintscript-helper mv_conffile \
	/etc/torsocks.conf /etc/tor/torsocks.conf 2.0~ -- "$@"

#DEBHELPER#