Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-07-05 21:48:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-07-05 21:48:26 +0200
commit740372b25c2dadd622078585165b739d6659ba17 (patch)
tree83c346dd3d417f408638eb9a8c7ba38a4c1391de
parent41da7ae256d15e8d2c71d5002dbc335d3d3924aa (diff)
extra/nvmi-cli: removed nvme-cli.install again, patched the upstream tarfile cache instead
-rw-r--r--extra/nvmi-cli/nvme-cli.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/nvmi-cli/nvme-cli.install b/extra/nvmi-cli/nvme-cli.install
deleted file mode 100644
index 6babfeb6..00000000
--- a/extra/nvmi-cli/nvme-cli.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install(){
- if [ ! -f /etc/nvme/hostnqn ]; then
- nvme gen-hostnqn > /etc/nvme/hostnqn
- fi
- if [ ! -f /etc/nvme/hostid ]; then
- uuidgen > /etc/nvme/hostid
- fi
-}