From 6d32a45844c02557018fa33f20010e9ad3e62a19 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 18 May 2008 12:53:55 +0000 Subject: * delete the respective plugin-repo subfolder upon removal of a specific plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1774 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/OpenSLX/OSPlugin/Engine.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/OpenSLX') diff --git a/os-plugins/OpenSLX/OSPlugin/Engine.pm b/os-plugins/OpenSLX/OSPlugin/Engine.pm index 091cd135..0672aa5e 100644 --- a/os-plugins/OpenSLX/OSPlugin/Engine.pm +++ b/os-plugins/OpenSLX/OSPlugin/Engine.pm @@ -221,7 +221,7 @@ sub removePlugin } ); - rmtree([ $self->{'plugin-temp-path'} ]); + rmtree([ $self->{'plugin-repo-path'}, $self->{'plugin-temp-path'} ]); } $self->_removeInstalledPluginFromDB(); -- cgit v1.2.3-55-g7522