File: preinst

package info (click to toggle)
ipkungfu 0.6.1-6.2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 624 kB
  • sloc: sh: 3,195; makefile: 88; ansic: 71
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if [ -d /etc/ipkungfu/cache ]; then
	rm -rf /etc/ipkungfu/cache
fi

#DEBHELPER#