pkgs/srcpkgs/brave-bin/REMOVE
KF-Art 3791f3264b Update brave-bin from 1.42.88_1 to 1.43.82_1
A REMOVE script which restores opt if empty was also added.
2022-08-26 14:46:16 -04:00

14 lines
165 B
Text

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