Remove traces of rpmunpack (patch by Laurence Anderson).
This commit is contained in:
@@ -362,9 +362,6 @@
|
||||
#ifdef BB_RPM2CPIO
|
||||
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
|
||||
#endif
|
||||
#ifdef BB_RPMUNPACK
|
||||
APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN)
|
||||
#endif
|
||||
#ifdef BB_SED
|
||||
APPLET(sed, sed_main, _BB_DIR_BIN)
|
||||
#endif
|
||||
|
@@ -1376,11 +1376,6 @@
|
||||
#define rpm2cpio_full_usage \
|
||||
"Outputs a cpio archive of the rpm file."
|
||||
|
||||
#define rpmunpack_trivial_usage \
|
||||
"< package.rpm | gunzip | cpio -idmuv"
|
||||
#define rpmunpack_full_usage \
|
||||
"Extracts an rpm archive."
|
||||
|
||||
#define sed_trivial_usage \
|
||||
"[-nef] pattern [files...]"
|
||||
#define sed_full_usage \
|
||||
|
Reference in New Issue
Block a user