File: dochelp.prerm

package info (click to toggle)
dochelp 0.1.7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: ml: 504; makefile: 49; ansic: 19; sh: 9
file content (8 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

rm -rf /var/lib/dochelp || true

#DEBHELPER#

exit 0