File: automake.prerm

package info (click to toggle)
automake-1.16 1%3A1.16.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,320 kB
  • sloc: sh: 58,602; perl: 14,418; makefile: 114; ansic: 9
file content (11 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

ver=1.16

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

#DEBHELPER#