File: mol.postrm

package info (click to toggle)
mol 0.9.71.dfsg-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,612 kB
  • ctags: 12,442
  • sloc: ansic: 65,368; asm: 3,437; makefile: 793; sh: 710; yacc: 706; lex: 501; perl: 160; cpp: 121; pascal: 18
file content (13 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

# Debian Mac-on-Linux postrm script
# written by Jens Schmalzing <jensen@debian.org>

# use scripts generated by debhelper
#DEBHELPER#

# get rid of run-time configuration files and the session file
if [ "$1" = "purge" ]
then
    rm -rf /etc/molrc /var/lib/mol /var/state/mol
fi