reordering of settings by new konsole version
[distro-setup] / script-files
index 02ffa3c31c34dafc914a57941964c8f46b39a3ee..1a63f564737f03fba9a4b8c11c1678e455a1555e 100644 (file)
@@ -9,6 +9,7 @@ my_bin_files=(
   myi3status
   mailbindwatchdog
   check-mailq
+  unsaved-buffers
   unsaved-buffers.el
   mail-backup-clean
   iptables-exim
@@ -17,6 +18,12 @@ my_bin_files=(
   check-crypttab
   /a/bin/cedit/cedit
   btrbk-spread-wrap
+  prof
+  prof-remote
+  prof-backup
+  prof-tail
+  prof-notify
+  /a/bin/newns/newns
 )
 
 for f in /b/log-quiet/*; do
@@ -35,6 +42,6 @@ my_service_scripts=(
 )
 
 # note: turn this into an array if we ever add more
-my_lib_files=/a/bin/errhandle/err
+my_lib_files=/a/bin/bash-bear-trap/bash-bear
 
 all_my_scripts=("${my_service_scripts[@]}" "${my_bin_files[@]}" $my_lib_files)