14 lines
165 B
Text
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
|
|
|
|
|