Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Back out push gome stuff a post-deinstall, it really should go un pre-deinstall
Baptiste Daroussin committed 14 years ago
commit 77891c5600c9b586d85ff6aeed71e4bc0f763d63
parent 87758b0f255add3e7a44f055531039444c5697f6
1 file changed +1 -6
modified libpkg/pkg_ports.c
@@ -158,15 +158,10 @@ ports_parse_plist(struct pkg *pkg, char *plist)
					}

					/* more workarounds */
-
					/* -uninstall is for gnome stuff
-
					 * glib-compile-schemas, scrollkeeper,
-
					 * and gconftool2
-
					 */
					if (strstr(cmd, "rmdir") || strstr(cmd, "kldxref") ||
					    strstr(cmd, "mkfontscale") || strstr(cmd, "mkfontdir") ||
					    strstr(cmd, "fc-cache") || strstr(cmd, "fonts.dir") ||
-
					    strstr(cmd, "fonts.scale") || strstr(cmd, "gtk-update-icon-cache") ||
-
					    strstr(cmd, "-uninstall")) {
+
					    strstr(cmd, "fonts.scale")) {
						if (comment[0] != '#')
							post_unexec_append(post_unexec_scripts, "%s%s\n", comment, cmd);
					} else