index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-06-27 22:12:59 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-27 22:12:59 -0400 |
commit | ad691001e20272b794d2ed574b556f520e3555c0 (patch) | |
tree | 03936c85dc0ce627bad177a5b250d661d9d95978 /lib/libalpm/util.h | |
parent | 1e56e41d638fcdddc291d9a8ea183b40f4802aae (diff) |
-rw-r--r-- | lib/libalpm/util.h | 4 |
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); |