cleanups after successful updates
authorChris Koeritz <fred@gruntose.com>
Mon, 1 Dec 2025 18:44:50 +0000 (13:44 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 1 Dec 2025 18:44:50 +0000 (13:44 -0500)
start xwin screensaver is awesome now!  and seek package is very handy.

scripts/system/seek_package.sh
scripts/system/start_xwin_screensaver.sh

index 3a0743c83413fd1058ddc8153f8c1eff02d4d79d..3ee874fbdc072ae9d2d76beadc4fa38cda01e204 100644 (file)
@@ -9,10 +9,6 @@ fi
 
 if debian_like; then
   apt -qq list "$1" 2>/dev/null | grep -q '[installed]'
-ret=$?
-echo ret from seeking actual is $ret
-exit $ret
-
   exit $?
 fi
 
@@ -23,13 +19,6 @@ if [ ! -z "$rpm_available" ]; then
   exit $?
 fi
 
-# yum should never be available if rpm was not!
-#yum_available="$(whichable yum)"
-#if [ ! -z "$yum_available" ]; then
-#  yum list | eval $SEEK_PIECE
-#  exit $?
-#fi
-
 echo "Could not deduce what type of OS this is; missing package listing commands."
 exit 1
 
index 1216eabef224fcbf3dd0948860bc4e1b8aa97d05..4fbfb5c96f1bd3be47e8ca29ebf7d3b0aaa5aa9c 100644 (file)
@@ -18,10 +18,6 @@ fi
 function check_installed()
 {
   bash $FEISTY_MEOW_SCRIPTS/system/seek_package.sh "$1" &>/dev/null
-out=$?
-echo out is $out on the seek
-return $out
-
   return $?
 }