Drop perl-DBD-mysql

This package is not used by anything and depends on MySQL
which has been dropped, too.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-02-12 12:07:29 +00:00
parent 2d5940daca
commit 71cf8c8a6f
4 changed files with 1 additions and 100 deletions

View File

@@ -57,7 +57,7 @@ ldconfig
/usr/local/bin/update-lang-cache
# remove dropped packages
for package in lcr mysql; do
for package in lcr perl-DBD-mysql mysql; do
if [ -e /opt/pakfire/db/installed/meta-$package ]; then
pakfire remove -y $package
fi