From ad691001e20272b794d2ed574b556f520e3555c0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 27 Jun 2007 22:12:59 -0400 Subject: Remove scriptlet START and DONE commands that we don't use The scriptlet calling had some unneeded complexity for the time being which we aren't using here. Let's get rid of it until we find a good way to implement it correctly. Signed-off-by: Dan McGee --- lib/libalpm/util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libalpm/util.h') diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 6fedb1a5..5fa8269d 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -40,10 +40,6 @@ #define _(s) s #endif -/*TODO wtf? why is this done like this? */ -#define SCRIPTLET_START "START " -#define SCRIPTLET_DONE "DONE " - int _alpm_makepath(const char *path); int _alpm_copyfile(const char *src, const char *dest); char *_alpm_strtoupper(char *str); -- cgit v1.2.3-24-g4f1b