File: postrm-cligacpolicy

package info (click to toggle)
cli-common 0.10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 284 kB
  • sloc: perl: 1,198; sh: 103; makefile: 44
file content (3 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (7)
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