File: python3-jsondiff.postinst

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-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0