From d62a9f6568b5036c0f854f98360a08cd3d7c7da0 Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Mon, 14 Dec 2015 01:41:21 -0700 Subject: [PATCH] update remove script --- plugins/NerdPack.plg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/NerdPack.plg b/plugins/NerdPack.plg index 98e19b20..8ccc6449 100644 --- a/plugins/NerdPack.plg +++ b/plugins/NerdPack.plg @@ -126,10 +126,10 @@ The 'remove' script. --> -removepkg &plgpath;/&plgname;.txz \ - &plgpath;/&pkg; -rm -rf &emhttp; \ - -rf &plgpath; +removepkg &plgpath;/&plgname;.txz +rm -rf &emhttp; +rm -f &plgpath;/&plgname;.txz +rm -f &plgpath;/&plgname;.md5 echo "" echo "-----------------------------------------------------------"