Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove now dead code
Baptiste Daroussin committed 9 years ago
commit 596e37a9ac1c7b73ef8597f049c31736fb8c3cb8
parent ab0c99a
1 file changed +0 -23
modified src/register.c
@@ -42,29 +42,6 @@

#include "pkgcli.h"

-
static const char * const scripts[] = {
-
	"+INSTALL",
-
	"+PRE_INSTALL",
-
	"+POST_INSTALL",
-
	"+POST_INSTALL",
-
	"+DEINSTALL",
-
	"+PRE_DEINSTALL",
-
	"+POST_DEINSTALL",
-
	"+UPGRADE",
-
	"+PRE_UPGRADE",
-
	"+POST_UPGRADE",
-
	"pkg-install",
-
	"pkg-pre-install",
-
	"pkg-post-install",
-
	"pkg-deinstall",
-
	"pkg-pre-deinstall",
-
	"pkg-post-deinstall",
-
	"pkg-upgrade",
-
	"pkg-pre-upgrade",
-
	"pkg-post-upgrade",
-
	NULL
-
};
-

void
usage_register(void)
{