ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/ipp-usb.postrm

8 lines
220 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installsystemd/13.6ubuntu1
if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section