Deleted old scripts, moved x86_64 binaries

This commit is contained in:
2021-02-24 07:33:59 -05:00
parent 4756f55797
commit 7d5ac2c5e2
9 changed files with 9 additions and 67 deletions

Binary file not shown.

8
bin/kde-fixups.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
if [ -x /usr/bin/balooctl ]; then
echo "KDE Settings/Search/File Search uncheck Enable File Search"
balooctl suspend
balooctl disable
fi

View File

@ -1,16 +0,0 @@
#!/bin/bash
cd $HOME
for i in ProbeStar NTCNA CAMP Gits
do
if [ -d "$i" ]; then
if [ "$i" == "ProbeStar" ]; then
$HOME/bin/pstar-update.sh
else
d=`echo "${i,,}"`
$HOME/bin/$d-update.sh
fi
fi
done

Binary file not shown.

View File

@ -1 +0,0 @@
VNC-Viewer-6.20.529-Linux-x64