Your IP : 18.217.14.208


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/usbmuxd.postrm

#!/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