Remove hard coded list of command that should be in post-deinstall and push them in a variable called FORCE_POST get from env var
modified libpkg/pkg_ports.c
@@ -36,6 +36,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -74,6 +75,8 @@ struct plist {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -439,6 +442,39 @@ ignore_next(struct plist *p, __unused char *line, struct file_attr *a)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -482,14 +518,7 @@ meta_exec(struct plist *p, char *line, struct file_attr *a, bool unexec)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -599,7 +628,6 @@ keyword_free(struct keyword *k)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -961,6 +989,8 @@ ports_parse_plist(struct pkg *pkg, char *plist, const char *stage)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -1041,5 +1071,9 @@ ports_parse_plist(struct pkg *pkg, char *plist, const char *stage)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|