Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
install-info --delete should always be run in post-unexec
Baptiste Daroussin committed 13 years ago
commit 9a055cd1f66e1d115b6c512918e606ed1d818e94
parent 6bdac73
1 file changed +2 -1
modified libpkg/pkg_ports.c
@@ -488,7 +488,8 @@ meta_exec(struct plist *p, char *line, struct file_attr *a, bool unexec)
		    strstr(cmd, "fonts.scale") ||
		    strstr(cmd, "gtk-update-icon-cache") ||
		    strstr(cmd, "update-desktop-database") ||
-
		    strstr(cmd, "update-mime-database")) {
+
		    strstr(cmd, "update-mime-database") ||
+
		    strstr(cmd, "install-info")) {
			if (comment[0] != '#')
				post_unexec_append(p->post_deinstall_buf,
				    "%s%s\n", comment, cmd);