Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

soft-serve / .post-deinstall
Size: Mime:
#!/bin/sh
set -e

if ! command -V systemctl >/dev/null 2>&1; then
	echo "Not running SystemD, ignoring"
	exit 0
fi

systemctl daemon-reload
systemctl reset-failed

echo "WARN: the soft-serve user/group and /var/lib/soft-serve directory were not removed"