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