umorpha-boxes/modules/base-small.sh

11 lines
242 B
Bash
Raw Normal View History

2023-11-05 07:51:54 +00:00
#!/hint/bash -euE
# Copyright (C) 2023 Umorpha Systems
# SPDX-License-Identifier: AGPL-3.0-or-later
post_install+=(99:small:post_install)
small:post_install() {
local arg_mountpoint=$1
rm -f -- "$arg_mountpoint"/var/cache/pacman/pkg/*
}