summarylogtreecommitdiffstats
path: root/duetsoftwareframework-bin.install
blob: 76a9f1e8f5804303058204a16210e08d8d1cfa6e (plain)
1
2
3
4
5
post_remove() {
	# Do not delete the 'dsf' user automatically. It may still own files.
	# If 'dsf' is the only user in group 'dsf', then userdel will also delete the group.
	echo "==> To delete the \"dsf\" user, run as root: userdel --force dsf"
}