summarylogtreecommitdiffstats
path: root/dangerzone.install
blob: bb078508fe75460ab26b0d1d31bb3b86b7393bfe (plain)
1
2
3
4
5
6
post_upgrade() {
	echo "Running podman import..."
	echo "You need to run: podman load -i /usr/share/dangerzone/container.tar.gz"
	echo "Then: podman images -q the ID to /usr/share/dangerzone/image-id.txt"
	echo "Done! Enjoy your dangerzone!"
}