aboutsummaryrefslogtreecommitdiff
path: root/clear_qmake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clear_qmake.sh')
-rwxr-xr-xclear_qmake.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/clear_qmake.sh b/clear_qmake.sh
new file mode 100755
index 000000000..5f93b5362
--- /dev/null
+++ b/clear_qmake.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+###################################################
+# Removes remaining qmake files from qmmp package #
+###################################################
+
+make distclean
+rm -rf lib
+find . -name *.qm | xargs rm
+find . -name ".build" | xargs rm -rf
+