summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-06-28 04:12:59 +0200
committerDan McGee <dan@archlinux.org>2007-06-28 04:12:59 +0200
commitad691001e20272b794d2ed574b556f520e3555c0 (patch)
tree03936c85dc0ce627bad177a5b250d661d9d95978 /lib/libalpm/util.h
parent1e56e41d638fcdddc291d9a8ea183b40f4802aae (diff)
downloadpacman-ad691001e20272b794d2ed574b556f520e3555c0.tar.gz
pacman-ad691001e20272b794d2ed574b556f520e3555c0.tar.xz
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 <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r--lib/libalpm/util.h4
1 files changed, 0 insertions, 4 deletions
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);