File: python-gflags.prerm

package info (click to toggle)
python-gflags 1.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 732 kB
  • sloc: python: 3,374; makefile: 25; sh: 20
file content (11 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0