#!/bin/bash
# dpkg/install: Defines the install procedure for DPKG
##@copyright GPL-2.0+
dpkg $PM_ROOTPARAM -i --auto-deconfigure "${PKGNAME}_${PKGVER}-${PKGREL}_${ABHOST%%\/*}.deb"
