File: automake1.11.prerm

package info (click to toggle)
automake1.11 1%3A1.11.6-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,284 kB
  • sloc: sh: 35,059; perl: 10,697; makefile: 938; ansic: 496
file content (11 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

ver=1.11

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

#DEBHELPER#