[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#233740: lintian: false "postrm-unsafe-ldconfig" warning



Package: lintian
Version: 1.22.10
Severity: normal

The attached postrm causes lintian to complain about
"postrm-unsafe-ldconfig".

Martin
#!/bin/sh

set -e

if [ "$1" = remove ]; then
	ldconfig
fi

exit 0

Reply to: