SpectreOS/configs/hooks/archiso_shutdown
2022-10-04 19:01:31 +02:00

6 lines
110 B
Bash
Executable file

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