File: chr-tiny.prerm

package info (click to toggle)
chr 0.1.81-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,524 kB
  • sloc: cpp: 23,346; sh: 27; makefile: 23
file content (9 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

#DEBHELPER#