mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
remove tempfiles
This commit is contained in:
@@ -176,12 +176,6 @@ if ($< == 0) {
|
||||
system("cd $usr_dir && chown -R root:bin .");
|
||||
}
|
||||
system("find $usr_dir -name .git | xargs rm -rf");
|
||||
system("find $usr_dir -name .svn | xargs rm -rf");
|
||||
system("find $usr_dir -name .xvpics | xargs rm -rf");
|
||||
system("find $usr_dir -name '*.bak' | xargs rm -rf");
|
||||
system("find $usr_dir -name '*~' | xargs rm -rf");
|
||||
system("find $usr_dir -name '*.rej' | xargs rm -rf");
|
||||
system("find $usr_dir -name core | xargs rm -rf");
|
||||
system("find $usr_dir -name RELEASE | xargs rm -rf");
|
||||
system("find $usr_dir -name RELEASE.sh | xargs rm -rf");
|
||||
if (-r "$usr_dir/$mod/EXCLUDE") {
|
||||
|
||||
Reference in New Issue
Block a user