File: python-pygments.preinst

package info (click to toggle)
pygments 2.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,628 kB
  • ctags: 5,425
  • sloc: python: 69,950; makefile: 217; sh: 117
file content (9 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

if dpkg-maintscript-helper supports rm_conffile; then
	dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/pygmentize\
	       	2.1+dfsg-1~ python-pygments -- "$@"
fi

#DEBHELPER#