mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
10 lines
270 B
Bash
Executable file
10 lines
270 B
Bash
Executable file
#!/bin/sh
|
|
rm -f units/i386-linux-gtk2/*
|
|
rm -f units/i386-linux-qt/*
|
|
rm -f units/x86_64-linux-gtk2/*
|
|
rm -f units/x86_64-linux-qt/*
|
|
|
|
# Clean up components output directories
|
|
rm -rf components/CmdLine/lib/*
|
|
rm -rf components/KASToolBar/lib/*
|
|
rm -rf components/viewer/lib/*
|