File: automake.prerm

package info (click to toggle)
automake1.10 1%3A1.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,516 kB
  • ctags: 321
  • sloc: sh: 19,589; perl: 9,131; makefile: 1,105; ansic: 496
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

ver=1.10

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

#DEBHELPER#