File: postinst

package info (click to toggle)
tilde 1.1.2-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 600 kB
  • sloc: cpp: 6,704; sh: 801; makefile: 54
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
set -e

update-alternatives --install /usr/bin/editor editor /usr/bin/tilde 50
#DEBHELPER#
exit 0