File: prerm

package info (click to toggle)
ne 1.38-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,164 kB
  • ctags: 2,701
  • sloc: ansic: 16,620; perl: 380; makefile: 137; sh: 10
file content (8 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then
   if [ -e /usr/sbin/install-info ]; then
     install-info --quiet --remove ne  
   fi
fi

#DEBHELPER#