File: pylint.postinst

package info (click to toggle)
pylint2 1.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,932 kB
  • sloc: python: 44,008; lisp: 182; makefile: 169; sh: 56
file content (16 lines) | stat: -rwxr-xr-x 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
set -e
# Automatically added by dh_installemacsen/11.4
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
	if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common -a -x /usr/lib/emacsen-common/emacs-package-install ] ; then
		/usr/lib/emacsen-common/emacs-package-install --postinst pylint
	fi
fi
# End automatically added section

# Automatically added by dh_python2:
#if which pycompile >/dev/null 2>&1; then
#	pycompile -p pylint 
#fi

# End automatically added section