pkgs/srcpkgs/heroic-bin/REMOVE

12 lines
161 B
Text

# REMOVE
case "$ACTION" in
post)
#
# After removing opt/heroic*/, xbps removes opt if empty!
# This script restores opt
#
mkdir -p opt
;;
esac