post_install() {
	echo "Starting SAM2 Monitor Daemon..."
	/usr/bin/systemctl enable samd
	/usr/bin/systemctl start samd
}

post_upgrade() {
	/usr/bin/systemctl daemon-reload
	/usr/bin/systemctl restart samd
}

