Searched refs:PostDeInstall (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.sbin/pkg_install/create/
H A Dcreate.h34 extern char *PostDeInstall;
H A Dmain.c31 char *PostDeInstall = NULL; variable
148 PostDeInstall = optarg;
H A Dperform.c301 if (PostDeInstall) {
302 copy_file(home, PostDeInstall, POST_DEINSTALL_FNAME);
453 if (PostDeInstall)
593 PostDeInstall = isfile(POST_DEINSTALL_FNAME) ?

Completed in 53 milliseconds