saubermann-common: check for common problems + junk
This commit is contained in:
parent
0b50a9477d
commit
3bf13f2251
3 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
# check for things not installed via dpkg/apt
|
||||
# check for things not installed via dpkg/apt and other junk
|
||||
|
||||
saubermann-common
|
||||
|
||||
echo "== Packages not in installed state"
|
||||
dpkg -l | egrep -v "^(ii|Desired|\||\+)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue