vivaldi: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
43aea5d6e8
commit
7fa0d8a637
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
#
|
||||
# After removing /opt/vivaldi, xbps removes /opt if empty!
|
||||
# This script restores /opt
|
||||
# After removing opt/vivaldi, xbps removes opt if empty!
|
||||
# This script restores opt
|
||||
#
|
||||
case "$ACTION" in
|
||||
post)
|
||||
mkdir -p /opt
|
||||
mkdir -p opt
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vivaldi'
|
||||
pkgname=vivaldi
|
||||
version=1.15.1147.55
|
||||
revision=1
|
||||
revision=2
|
||||
_release=1
|
||||
only_for_archs="i686 x86_64"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
|
@ -9,7 +9,7 @@ short_desc="Advanced browser made with the power user in mind"
|
|||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="Proprietary"
|
||||
homepage="https://vivaldi.com"
|
||||
repository="nonfree"
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
nostrip=yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue