File: prerm

package info (click to toggle)
sted 0.3.0-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 188 kB
  • ctags: 60
  • sloc: ansic: 1,359; makefile: 61; sh: 8
file content (10 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e

if [ "$1" != "upgrade" ]
then
  update-alternatives --remove editor /usr/bin/sted
fi

#DEBHELPER#