No, really remove the files.
This commit is contained in:
parent
f479d2ece8
commit
1226ea6bef
2 changed files with 2 additions and 2 deletions
|
|
@ -43,6 +43,6 @@ done;
|
|||
start_step "Removing Admin Bar module";
|
||||
|
||||
my $webgui_root = realpath( File::Spec->catdir( WebGUI::Paths->configBase, (File::Spec->updir) x 1) );
|
||||
unlink File::Spec->catfile($webgui_root, 'lib', 'WebGUI', 'Macro', 'AdminBar');
|
||||
unlink File::Spec->catfile($webgui_root, 'lib', 'WebGUI', 'Macro', 'AdminBar.pm');
|
||||
|
||||
done;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ done;
|
|||
start_step "Removing FilePile asset module";
|
||||
|
||||
my $webgui_root = realpath( File::Spec->catdir( WebGUI::Paths->configBase, (File::Spec->updir) x 1 ) );
|
||||
unlink File::Spec->catfile($webgui_root, 'lib', 'WebGUI', 'Asset', 'FilePile');
|
||||
unlink File::Spec->catfile($webgui_root, 'lib', 'WebGUI', 'Asset', 'FilePile.pm');
|
||||
|
||||
done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue