diff --git a/contrib/fwupd.spec.in b/contrib/fwupd.spec.in index 8adf08fec..8f2a6a642 100644 --- a/contrib/fwupd.spec.in +++ b/contrib/fwupd.spec.in @@ -334,7 +334,6 @@ done %{_libexecdir}/fwupd/fwupdoffline %if 0%{?have_uefi} %{_bindir}/fwupdate -%{_bindir}/fwupdtpmevlog %endif %{_bindir}/dfu-tool %if 0%{?have_uefi} @@ -381,7 +380,6 @@ done %{_mandir}/man1/fwupdmgr.1* %if 0%{?have_uefi} %{_mandir}/man1/fwupdate.1* -%{_mandir}/man1/fwupdtpmevlog.1* %endif %{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg diff --git a/contrib/snap/fwupdtpmevlog.wrapper b/contrib/snap/fwupdtpmevlog.wrapper deleted file mode 100755 index 3cff21465..000000000 --- a/contrib/snap/fwupdtpmevlog.wrapper +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec "$SNAP/fwupd-command" $SNAP/bin/fwupdtpmevlog $@ diff --git a/data/org.freedesktop.fwupd.metainfo.xml b/data/org.freedesktop.fwupd.metainfo.xml index a9b77f319..3e7589972 100644 --- a/data/org.freedesktop.fwupd.metainfo.xml +++ b/data/org.freedesktop.fwupd.metainfo.xml @@ -31,7 +31,6 @@ fwupdmgr fwupdtool - fwupdtpmevlog fwupdagent diff --git a/plugins/tpm/fwupdtpmevlog.1 b/plugins/tpm/fwupdtpmevlog.1 deleted file mode 100644 index 35a6d66e8..000000000 --- a/plugins/tpm/fwupdtpmevlog.1 +++ /dev/null @@ -1,17 +0,0 @@ -.\" Report problems in https://github.com/fwupd/fwupd -.TH man 8 "11 April 2021" @PACKAGE_VERSION@ "fwupdtpmevlog man page" -.SH NAME -fwupdtpmevlog \- debugging utility for the TPM event log -.SH SYNOPSIS -fwupdtpmevlog [CMD] -.SH DESCRIPTION -This tool will read and parse the TPM event log from the system firmware. -.SH OPTIONS -The fwupdtpmevlog command takes various options depending on the action. -Run \fBfwupdtpmevlog --help\fR for the full list. -.SH SEE ALSO -fwupdtool(1) -.SH BUGS -No known bugs. -.SH AUTHOR -Richard Hughes (richard@hughsie.com) diff --git a/plugins/tpm/meson.build b/plugins/tpm/meson.build index 8fcab8b4e..6c67f5c67 100644 --- a/plugins/tpm/meson.build +++ b/plugins/tpm/meson.build @@ -73,7 +73,7 @@ if get_option('tests') test('tpm-self-test', e, env: env) endif -fwupdtpmevlog = executable( +executable( 'fwupdtpmevlog', fu_hash, sources : [ @@ -94,17 +94,6 @@ fwupdtpmevlog = executable( fwupd, fwupdplugin, ], - install : true, - install_dir : bindir ) -if get_option('man') - configure_file( - input : 'fwupdtpmevlog.1', - output : 'fwupdtpmevlog.1', - configuration : conf, - install: true, - install_dir: join_paths(mandir, 'man1'), - ) -endif endif diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f27a1e0c9..6b133c4dc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -29,8 +29,6 @@ apps: command: fwupdmgr.wrapper completer: share/bash-completion/completions/fwupdmgr - fwupdtpmevlog: - command: fwupdtpmevlog.wrapper fwupdagent: command: fwupdagent.wrapper @@ -308,5 +306,4 @@ parts: - fwupdtool.wrapper - fwupd.wrapper - fwupdmgr.wrapper - - fwupdtpmevlog.wrapper - fwupdagent.wrapper