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!
|
# After removing opt/vivaldi, xbps removes opt if empty!
|
||||||
# This script restores /opt
|
# This script restores opt
|
||||||
#
|
#
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
mkdir -p /opt
|
mkdir -p opt
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vivaldi'
|
# Template file for 'vivaldi'
|
||||||
pkgname=vivaldi
|
pkgname=vivaldi
|
||||||
version=1.15.1147.55
|
version=1.15.1147.55
|
||||||
revision=1
|
revision=2
|
||||||
_release=1
|
_release=1
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
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>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Proprietary"
|
license="Proprietary"
|
||||||
homepage="https://vivaldi.com"
|
homepage="https://vivaldi.com"
|
||||||
repository="nonfree"
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue