summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevansan2022-11-06 21:28:59 -0500
committerevansan2022-11-06 21:28:59 -0500
commitac7cc05ef3feff1f4c23f4b7c43931be73bc1b50 (patch)
tree76cd2983f242c2c56760327fc53a7daebe96ca33
parent898d75033ac421cc75e3ca253db7d528e8b5fbb7 (diff)
downloadaur-ac7cc05ef3feff1f4c23f4b7c43931be73bc1b50.tar.gz
delete files
-rw-r--r--60-dracut-btrfs-remove.hook10
-rw-r--r--90-dracut-btrfs-install.hook12
2 files changed, 0 insertions, 22 deletions
diff --git a/60-dracut-btrfs-remove.hook b/60-dracut-btrfs-remove.hook
deleted file mode 100644
index f2b1271bd42a..000000000000
--- a/60-dracut-btrfs-remove.hook
+++ /dev/null
@@ -1,10 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Remove
-Target = usr/lib/modules/*/pkgbase
-
-[Action]
-Description = Removing linux initcpios...
-When = PreTransaction
-Exec = /usr/local/bin/dracut-remove.sh
-NeedsTargets
diff --git a/90-dracut-btrfs-install.hook b/90-dracut-btrfs-install.hook
deleted file mode 100644
index d96895b681e5..000000000000
--- a/90-dracut-btrfs-install.hook
+++ /dev/null
@@ -1,12 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Target = usr/lib/modules/*/pkgbase
-
-[Action]
-Description = Updating linux initcpios (with dracut!)...
-When = PostTransaction
-Exec = /usr/local/bin/dracut-install.sh
-Depends = dracut
-NeedsTargets