File: mol.postrm

package info (click to toggle)
mol 0.9.70-17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,436 kB
  • ctags: 11,008
  • sloc: ansic: 60,495; asm: 3,306; makefile: 716; yacc: 706; sh: 546; lex: 501; cpp: 370; perl: 228; 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