Remove tl-clean as it's been implemented in tl-control
This commit is contained in:
parent
f75026dbcb
commit
24151bd87b
@ -11,7 +11,7 @@ fi
|
||||
# Configuration variables
|
||||
# Install directory
|
||||
INSTALL_DIR="/usr/local/bin"
|
||||
FILE_LIST=("tl-capture" "tl-clean" "tl-control")
|
||||
FILE_LIST=("tl-capture" "tl-control")
|
||||
|
||||
# Copy the executable files
|
||||
for file in ${FILE_LIST[@]}; do
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
SYNCED_DIR="/tmp/TL/synced"
|
||||
rm "$SYNCED_DIR/".*
|
Loading…
Reference in New Issue
Block a user