#!/bin/sh
# Check for apk (Alpine [Linux] Package Keeper) activity

lslocks -rn | grep -q /lib/apk/db/lock && exit 254
exit 0
