Codebase list cli-common / debian/0.4.8 postinst-cligac
debian/0.4.8

Tree @debian/0.4.8 (Download .tar.gz)

postinst-cligac @debian/0.4.8raw · history · blame

1
2
3
4
if [ "$1" = "configure" ] && [ -x /usr/share/cli-common/gac-package-install ]
then
	/usr/share/cli-common/gac-package-install #PACKAGE#
fi