summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2017-11-18 18:49:39 +0100
committerAlexey Stukalov2017-11-18 18:49:39 +0100
commitf5d94fc5f688b4ff24812d38a92a5ccdbcceed4f (patch)
tree5fbe305a6b17438da3f5a103c25da8c79277d2f8
parentce5b2d6f59c81af8362c3b57531027c17c2ec5df (diff)
downloadaur-f5d94fc5f688b4ff24812d38a92a5ccdbcceed4f.tar.gz
remove smartgit.install
icon and MIME caches are now automatically updated by pacman Thanks to Muflone for the suggestion.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--smartgit.install16
3 files changed, 3 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ed73c3bea4..ade6509043c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Nov 16 13:54:55 UTC 2017
+# Sat Nov 18 17:45:30 UTC 2017
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
pkgver = 17.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.syntevo.com/smartgit
- install = smartgit.install
arch = any
license = custom
depends = java-runtime>=8
diff --git a/PKGBUILD b/PKGBUILD
index e7260494d9ce..ea259ef615ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
pkgver=17.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Git client with Hg and SVN support."
arch=("any")
url="http://www.syntevo.com/smartgit"
@@ -16,7 +16,6 @@ _pkgver=${pkgver//\./_}
_pkgfolder=${pkgname}
source=(https://www.syntevo.com/static/smart/download/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz
smartgit.desktop)
-install="smartgit.install"
sha1sums=('a13258ad2d4ca7bb6c2424c3609a6a7a852d6d26'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
diff --git a/smartgit.install b/smartgit.install
deleted file mode 100644
index 254471508dbe..000000000000
--- a/smartgit.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo "update desktop mime database..."
- update-desktop-database
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_remove() {
- echo "update desktop mime database..."
- update-desktop-database
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-