repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove $Id
[Samba.git]
/
packaging
/
Debian
/
debian
/
samba-common.postrm
blob
8a4b6d3d55e2b5f4c21ebe6098495fd0d03207ec
1
#!/bin/sh
2
#
3
#
4
5
if
[
"
$1
"
=
purge
];
then
6
# Remove any files left in /etc/samba/
7
rm
-Rf
/
etc
/
samba
/
8
fi
9
10
#DEBHELPER#