vivaldi: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:09:26 -03:00
parent 43aea5d6e8
commit 7fa0d8a637
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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