File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22source " scripts/common/filesystem.sh"
3- source " ${REPO_SCRIPTS_DIR} /common /common.sh"
4- source " ${REPO_SCRIPTS_DIR} /common /package-management.sh"
5- source " ${REPO_SCRIPTS_DIR} /common /system-info.sh"
3+ source " ${REPO_SCRIPTS_COMMON_DIR} /common.sh"
4+ source " ${REPO_SCRIPTS_COMMON_DIR} /package-management.sh"
5+ source " ${REPO_SCRIPTS_COMMON_DIR} /system-info.sh"
66
7- if [ " ${DISTRO_FAMILY} " = ' Arch' ]; then
7+ if [ " ${DISTRO_FAMILY} " = ' Alpine' ]; then
8+ call_package_manager cache clean
9+ elif [ " ${DISTRO_FAMILY} " = ' Arch' ]; then
810 if does_bin_exist ' paccache' ; then
911 run_as_su paccache -ruk0 # Remove all uninstall packages from the cache
1012 run_as_su paccache -rk1 # Remove all cached versions of all packages, except the latest one
You can’t perform that action at this time.
0 commit comments