File: automake-1.15.prerm

package info (click to toggle)
automake-1.15 1%3A1.15.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,044 kB
  • sloc: sh: 57,259; perl: 11,749; pascal: 643; makefile: 106; ansic: 9
file content (11 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

ver=1.15

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

#DEBHELPER#