File: prerm

package info (click to toggle)
elvis-tiny 1.4-20
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 728 kB
  • ctags: 1,056
  • sloc: ansic: 13,870; makefile: 231; sh: 33
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

if [ "$1" = "remove" ]
then
	update-alternatives --remove vi     /usr/bin/elvis-tiny
	update-alternatives --remove vi     /bin/elvis-tiny
	update-alternatives --remove editor /bin/elvis-tiny
fi

exit 0