Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Revert "install-info --delete should always be run in post-unexec" As a clean fix is coming to the ports tree
Baptiste Daroussin committed 13 years ago
commit 684de63e84535bc41e8b5ca088a8e5c612c4704c
parent 9a055cd1f66e1d115b6c512918e606ed1d818e94
1 file changed +1 -2
modified libpkg/pkg_ports.c
@@ -488,8 +488,7 @@ 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, "install-info")) {
+
		    strstr(cmd, "update-mime-database")) {
			if (comment[0] != '#')
				post_unexec_append(p->post_deinstall_buf,
				    "%s%s\n", comment, cmd);