Your IP : 18.119.163.163


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/overlayroot.postinst

#!/bin/sh
set -e

case "$1" in
	configure)
		dpkg-trigger update-initramfs;;
	*) exit 0;;
esac


exit 0

# vi: ts=4 noexpandtab