nix-tools/initcpio/hooks/miso_shutdown
2016-10-11 17:12:38 +02:00

6 lines
110 B
Bash

run_cleanuphook() {
rm -rf /usr/lib/modules
cp -ax / /run/initramfs
}
# vim: set ft=sh ts=4 sw=4 et: