summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2018-08-06 18:07:54 +0700
committerLev Lybin2018-08-06 18:07:54 +0700
commitb2c2340c532aafb0761dea11d161f4cb369c4482 (patch)
tree3ed579b39f0ffc7d309ae092197663d52daa9d4c
parent1b792880eb21a9c376012650d8c7a61f5a58b2cb (diff)
downloadaur-b2c2340c532aafb0761dea11d161f4cb369c4482.tar.gz
upgpkg: burstcoin-wallet 2.2.2-4, update desktop icon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--burstcoin-wallet.install4
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28dc829689fc..aaeeadea28c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = burstcoin-wallet
pkgdesc = The world's first HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Capacity (PoC) consensus algorithm.
pkgver = 2.2.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/PoC-Consortium/burstcoin
install = burstcoin-wallet.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index da7e4ac7eb48..a9ab87a41061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=burstcoin-wallet
pkgver=2.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="The world's first HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Capacity (PoC) consensus algorithm."
arch=('i686' 'x86_64')
url="https://github.com/PoC-Consortium/burstcoin"
diff --git a/burstcoin-wallet.install b/burstcoin-wallet.install
index d6d7606d8d0e..21cc1977f626 100644
--- a/burstcoin-wallet.install
+++ b/burstcoin-wallet.install
@@ -1,4 +1,8 @@
post_install() {
+ update-mime-database /usr/share/mime 1> /dev/null
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor
+
echo "+-------------------------------------------------------------------------------------+"
echo "| Config: /opt/burstcoin-wallet/conf/brs-default.properties |"
echo "| By default, burst wallet uses MySQL |"