diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 19:34:52 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 19:34:52 +0000 |
commit | 3c204ec70795760484734bf5e51e52c6e0b6ae07 (patch) | |
tree | 411152c4018c7f39d968474dff01bd1a0d75aed3 | |
parent | fcbd7f9a3e3d027cb5820a9c5593527d87ec28f8 (diff) | |
download | slackbuilds-3c204ec70795760484734bf5e51e52c6e0b6ae07.tar.gz slackbuilds-3c204ec70795760484734bf5e51e52c6e0b6ae07.tar.bz2 |
postgrey update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@108 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | postgrey/postgrey.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/postgrey/postgrey.SlackBuild b/postgrey/postgrey.SlackBuild index ffd62ae9..cda0df38 100755 --- a/postgrey/postgrey.SlackBuild +++ b/postgrey/postgrey.SlackBuild @@ -103,3 +103,7 @@ echo '( if [ ! -f "etc/postfix/postgrey_whitelist_clients" ]; then mv etc/postfi makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz +if [ "$CLEANUP" == "yes" ]; then + rm -rf $TMP +fi + |