wrote a first pass at explaining the concept of identity certifiers
[monkeysphere.git] / packaging / debian / monkeysphere.prerm
1 #!/bin/sh -e
2
3 # prerm script for monkeysphere
4
5 # Author: Jameson Rollins <jrollins@finestructure.net>
6 # Copyright 2008-2009
7
8 true
9
10 # dh_installdeb will replace this with shell code automatically
11 # generated by other debhelper scripts.
12
13 #DEBHELPER#
14
15 exit 0