File: prerm

package info (click to toggle)
python-wxmpl 2.0.0-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,104 kB
  • ctags: 2,765
  • sloc: python: 2,288; sh: 15; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#! /bin/sh -e

if [ "$1" = "remove" ]; then
	update-alternatives --remove mx-plot /usr/lib/mx/plotgnu.plotit
fi

#DEBHELPER#