%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/lib/dpkg/info/
Upload File :
Create Path :
Current File : /var/lib/dpkg/info/rygel.prerm

#! /bin/sh
set -e

case "$1" in
	remove)
		# shut down daemon when removing it.
		PIDS=$(pidof /usr/bin/rygel || true)
		if [ "$PIDS" != "" ]; then
			kill $PIDS
			echo "Running rygel instances was told to terminate."
		fi
	;;

	*)
	;;
esac




Zerion Mini Shell 1.0