Viewing File: /var/lib/dpkg/info/man-db.prerm

#!/bin/sh
set -e
# Automatically added by dh_installsystemd/13.3.3
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
	deb-systemd-invoke stop 'man-db.service' 'man-db.timer' >/dev/null || true
fi
# End automatically added section
Back to Directory File Manager