summaryrefslogtreecommitdiff
path: root/lib/poptI.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-12-20 11:38:21 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-12-20 11:38:21 +0200
commit89c2fd9f512df1e673a073229914b5371e619ea4 (patch)
treef37aa739f223b8748adb280bd16074a85bc93897 /lib/poptI.c
parentc91e00e81eabe287e6d0786bdc8b0a4f10f19d73 (diff)
downloadlibrpm-tizen-89c2fd9f512df1e673a073229914b5371e619ea4.tar.gz
librpm-tizen-89c2fd9f512df1e673a073229914b5371e619ea4.tar.bz2
librpm-tizen-89c2fd9f512df1e673a073229914b5371e619ea4.zip
Rip the stillborn, broken apply/commit transaction goo
- This was beginnings of something ten years ago, and that something was long since abandoned. These never did anything useful that --justdb/--noscripts wouldn't do.
Diffstat (limited to 'lib/poptI.c')
-rw-r--r--lib/poptI.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/poptI.c b/lib/poptI.c
index e6613fbec..034a4d422 100644
--- a/lib/poptI.c
+++ b/lib/poptI.c
@@ -122,11 +122,6 @@ struct poptOption rpmInstallPoptTable[] = {
N_("remove all packages which match <package> (normally an error is generated if <package> specified multiple packages)"),
NULL},
- { "apply", '\0', POPT_BIT_SET|POPT_ARGFLAG_DOC_HIDDEN, &rpmIArgs.transFlags,
- (_noTransScripts|_noTransTriggers|
- RPMTRANS_FLAG_APPLYONLY|RPMTRANS_FLAG_PKGCOMMIT),
- N_("do not execute package scriptlet(s)"), NULL },
-
{ "badreloc", '\0', POPT_BIT_SET,
&rpmIArgs.probFilter, RPMPROB_FILTER_FORCERELOCATE,
N_("relocate files in non-relocatable package"), NULL},