File: python-afl.prerm

package info (click to toggle)
python-afl 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 268 kB
  • sloc: python: 712; sh: 177; makefile: 18
file content (10 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
if [ "$1" = remove ] || [ "$1" = deconfigure ]
then
	update-alternatives --remove py-afl-fuzz /usr/share/python-afl/py-afl-fuzz
	update-alternatives --remove py-afl-cmin /usr/share/python-afl/py-afl-cmin
	update-alternatives --remove py-afl-showmap /usr/share/python-afl/py-afl-showmap
	update-alternatives --remove py-afl-tmin /usr/share/python-afl/py-afl-tmin
fi
#DEBHELPER#