File: info.prerm

package info (click to toggle)
texinfo 6.5.0.dfsg.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 85,304 kB
  • sloc: perl: 905,694; ansic: 53,356; sh: 17,766; xml: 5,697; awk: 1,844; makefile: 1,467; lisp: 213; pascal: 127; sed: 78
file content (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" != "upgrade" ]; then
  update-alternatives --remove infobrowser /usr/bin/info
fi

#DEBHELPER#