1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

removed HoldPkg option (frontend only feature)

This commit is contained in:
Aurelien Foret 2006-03-02 20:12:11 +00:00
parent e2faeb46e1
commit dfa1a2a13a

View File

@ -92,8 +92,7 @@ enum {
PM_OPT_SYNCDB,
PM_OPT_NOUPGRADE,
PM_OPT_NOEXTRACT,
PM_OPT_IGNOREPKG,
PM_OPT_HOLDPKG
PM_OPT_IGNOREPKG
};
int alpm_set_option(unsigned char parm, unsigned long data);