Deleted old scripts, moved x86_64 binaries
This commit is contained in:
Binary file not shown.
8
bin/kde-fixups.sh
Executable file
8
bin/kde-fixups.sh
Executable 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
|
||||
|
||||
@ -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
|
||||
|
||||
BIN
bin/unison
BIN
bin/unison
Binary file not shown.
@ -1 +0,0 @@
|
||||
VNC-Viewer-6.20.529-Linux-x64
|
||||
Reference in New Issue
Block a user