File: postrm

package info (click to toggle)
cltl 1.0.26
  • links: PTS
  • area: contrib
  • in suites: squeeze, wheezy
  • size: 128 kB
  • ctags: 6
  • sloc: sh: 143; makefile: 44; lisp: 6
file content (11 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

rm -rf /usr/share/doc/cltl/*            

#DEBHELPER#