File: postrm-cligacpolicy

package info (click to toggle)
cli-common 0.8.2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 248 kB
  • sloc: perl: 1,086; sh: 53; makefile: 42
file content (3 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (8)
1
2
3
if [ "$1" = "remove" ] ||  [ "$1" = "upgrade" ] && [ -x /usr/share/cli-common/policy-remove ]; then
	/usr/share/cli-common/policy-remove #ASSEMBLY# #VERSION#
fi