File: bsd-mailx.prerm

package info (click to toggle)
bsd-mailx 8.1.2-0.20220412cvs-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,064 kB
  • sloc: ansic: 7,038; makefile: 60; sh: 23
file content (12 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# vim:ts=2:et
# $Id: bsd-mailx.prerm,v 1.2 2007-12-01 12:06:49 robert Exp $

set -e

if [ "$1" = "remove" ]; then
  update-alternatives --remove "mailx" "/usr/bin/bsd-mailx"
fi

#DEBHELPER#