File: prerm

package info (click to toggle)
sympa 2.6.1-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,940 kB
  • ctags: 1,069
  • sloc: perl: 8,446; makefile: 237; sh: 191; ansic: 172; lisp: 32
file content (15 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

#DEBHELPER#

if [ -L /usr/lib/sympa/nls/default.cat ]
then
  rm -f /usr/lib/sympa/nls/default.cat
fi

if [ -f /var/spool/sympa/sympa.pid ]
then
  rm -f /var/spool/sympa/sympa.pid
fi