Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
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 9a055cd
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);