File: ash.postrm

package info (click to toggle)
dash 0.5.11%2Bgit20200708%2Bdd9ef66-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,596 kB
  • sloc: ansic: 13,370; sh: 160; makefile: 78; perl: 38
file content (11 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# $Id: ash.postrm,v 1.1 2003/11/21 08:47:16 herbert Exp $

set -e

if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi

#DEBHELPER#