summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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