File: preinst

package info (click to toggle)
exmh 1%3A2.8.0-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,580 kB
  • ctags: 2,500
  • sloc: tcl: 38,030; perl: 1,647; makefile: 130; sh: 91; exp: 75; csh: 9; sed: 2
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#!/bin/sh -e
# cleanup of html dirs in lib area (versions prior to 2.7.0)

[ -d /usr/lib/exmh/html/ ] && rm -r /usr/lib/exmh/html/ || exit 0