summaryrefslogtreecommitdiffstats
path: root/audio-creation/qtractor/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/qtractor/INSTALL')
-rwxr-xr-xaudio-creation/qtractor/INSTALL7
1 files changed, 0 insertions, 7 deletions
diff --git a/audio-creation/qtractor/INSTALL b/audio-creation/qtractor/INSTALL
deleted file mode 100755
index f85aae2013..0000000000
--- a/audio-creation/qtractor/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-install -d -m 0755 "$INSTALL_ROOT/usr/bin" &&
-install -d -m 0755 "$INSTALL_ROOT/usr/share/pixmaps" &&
-install -d -m 0755 "$INSTALL_ROOT/usr/share/applications" &&
-
-install -m 0755 qtractor "$INSTALL_ROOT/usr/bin/qtractor" &&
-install -m 0644 icons/qtractor.png "$INSTALL_ROOT/usr/share/pixmaps/qtractor.png" &&
-install -m 0644 qtractor.desktop "$INSTALL_ROOT/usr/share/applications/qtractor.desktop"