9 lines
135 B
Text
9 lines
135 B
Text
#
|
|
# After removing opt/vivaldi, xbps removes opt if empty!
|
|
# This script restores opt
|
|
#
|
|
case "$ACTION" in
|
|
post)
|
|
mkdir -p opt
|
|
;;
|
|
esac
|