File: libvdk2-dev.prerm

package info (click to toggle)
vdk2 2.0.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,616 kB
  • ctags: 4,174
  • sloc: cpp: 25,357; sh: 8,955; ansic: 5,275; makefile: 577; perl: 113
file content (6 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh -e

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/libvdk1-dev ]; then
        rm -f /usr/doc/libvdk1-dev
fi