summaryrefslogtreecommitdiff
path: root/pcr/trousers/trousers.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-23 05:39:37 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-23 05:39:37 +0100
commit7d98b246db6aa5ae0ddd1d27913ba976e77e6004 (patch)
treee443fc74e202f228c67b8791b58b78c1e222c757 /pcr/trousers/trousers.install
parentef9fc685353d44821b1a206080e2d952f4ab4d1f (diff)
downloadabslibre-7d98b246db6aa5ae0ddd1d27913ba976e77e6004.tar.gz
abslibre-7d98b246db6aa5ae0ddd1d27913ba976e77e6004.tar.bz2
abslibre-7d98b246db6aa5ae0ddd1d27913ba976e77e6004.zip
pcr/trousers: updated to 0.3.14
Diffstat (limited to 'pcr/trousers/trousers.install')
-rw-r--r--pcr/trousers/trousers.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/trousers/trousers.install b/pcr/trousers/trousers.install
deleted file mode 100644
index 3725e078b..000000000
--- a/pcr/trousers/trousers.install
+++ /dev/null
@@ -1,21 +0,0 @@
-post_install() {
- groupadd -r tss
-
- useradd -r -g tss -d /var/lib/tpm -s /bin/false tss
- chown -R tss:tss /var/lib/tpm
- chown tss:tss /usr/bin/tcsd
-
- chown tss:tss /etc/tcsd.conf
- chmod 0600 /etc/tcsd.conf
-
- udevadm trigger --sysname-match="tpm[0-9]*"
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- systemctl stop tcsd
- userdel tss
-}