File: prerm

package info (click to toggle)
ne 1.19-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,948 kB
  • ctags: 2,584
  • sloc: ansic: 15,551; perl: 443; makefile: 152; 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#