nice new tool to show version of feisty meow
[feisty_meow.git] / scripts / system / list_old_linux_packages.sh
1 #!/bin/bash
2
3 bash $FEISTY_MEOW_SCRIPTS/system/list_packages.sh linux-image |grep "^rc" | grep -v extra | awk '{print $2 }'
4
5 bash $FEISTY_MEOW_SCRIPTS/system/list_packages.sh linux-header |grep "^rc" | grep -v extra | awk '{print $2 }'
6
7
8