File: postinst

package info (click to toggle)
fte 0.50.2b6-20110708-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,768 kB
  • sloc: cpp: 47,985; ansic: 2,795; sh: 112; makefile: 71; perl: 29
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

update-alternatives --install /usr/bin/editor editor /usr/bin/fte 11\
  --slave /usr/share/man/man1/editor.1.gz editor.1.gz\
  /usr/share/man/man1/fte.1.gz

#DEBHELPER#