Viewing File: /var/lib/dpkg/info/mlocate.prerm

#! /bin/sh

set -e

if [ "$1" != "upgrade" ]; then
    update-alternatives --remove locate /usr/bin/mlocate
fi

# Automatically added by dh_installsystemd/13.2.1
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
	deb-systemd-invoke stop 'mlocate.service' 'mlocate.timer' >/dev/null || true
fi
# End automatically added section

Back to Directory File Manager