File: prerm

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-- 88 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
set -e

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