File: python3-jsondiff.prerm

package info (click to toggle)
python-jsondiff 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: python: 823; makefile: 162; sh: 15
file content (11 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove jsondiff /usr/bin/jsondiff-jsondiff
fi

#DEBHELPER#

exit 0