File: prerm

package info (click to toggle)
tilde 1.0.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 548 kB
  • sloc: cpp: 5,951; sh: 754; makefile: 52
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