#!/usr/share/ucs-test/runner bash
# shellcheck shell=bash
## desc: Checking the package database
## exposure: careful
## tags:
##  - basic
##  - apptest
dpkg --configure -a
# vim: set ft=sh :
