File: rsyslog-mysql.prerm

package info (click to toggle)
rsyslog 8.2504.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,056 kB
  • sloc: ansic: 119,262; sh: 39,028; makefile: 4,606; python: 668; lex: 560; yacc: 191; perl: 162; sql: 103; tcl: 9; ruby: 2
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/prerm.mysql

dbc_go rsyslog-mysql $@

#DEBHELPER#