File: prerm

package info (click to toggle)
netcdf-perl 1.2.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 288 kB
  • ctags: 6
  • sloc: perl: 351; makefile: 165; sh: 9
file content (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

if [ "$1" = remove ]; then
    pkg=netcdf-perl
    if [ -L /usr/doc/$pkg ]; then rm -f /usr/doc/$pkg; fi
fi