#!/usr/bin/env bash

# This file is part of https://github.com/random-archer/mkinitcpio-systemd-tool

# provides https://wiki.archlinux.org/index.php/Mkinitcpio#Runtime_hooks

# mkinitcpio entry point
run_hook() {
    msg "run hook not used"
}
