[go: up one dir, main page]

File: prerm

package info (click to toggle)
t1utils 1.2-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 148 kB
  • ctags: 173
  • sloc: ansic: 1,558; makefile: 78; sh: 10
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

# Remove /usr/doc link.
if [ -d /usr/doc ]; then
    if [ -L /usr/doc/$package ]; then
        rm -f /usr/doc/$package
    fi
fi