#!/bin/ash

run_cleanuphook() {
    rm -rf /usr/lib/modules
    cp -ax / /run/initramfs
}

# vim: set ft=sh:
