summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--mint-y-icons.install15
3 files changed, 6 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75caa9f9941c..dfab7b5d5513 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 21:06:47 UTC 2016
+# Sat Apr 30 15:59:52 UTC 2016
pkgbase = mint-y-icons-git
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set
- pkgver = 37.262c757
- pkgrel = 2
+ pkgver = 46.704e216
+ pkgrel = 1
url = https://github.com/linuxmint/mint-y-icons
- install = mint-y-icons.install
arch = any
license = GPL3
optdepends = mint-x-icons: Mint-Y inherits missing icons from Mint-X
diff --git a/PKGBUILD b/PKGBUILD
index f04d531d5c32..bc822f7ef794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=mint-y-icons
pkgname=${_pkgname}-git
-pkgver=37.262c757
-pkgrel=2
+pkgver=46.704e216
+pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set"
arch=('any')
url="https://github.com/linuxmint/mint-y-icons"
@@ -14,7 +14,6 @@ optdepends=("mint-x-icons: Mint-Y inherits missing icons from Mint-X")
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("${_pkgname}"::git+https://github.com/linuxmint/mint-y-icons.git)
-install="$_pkgname.install"
sha256sums=('SKIP')
pkgver() {
@@ -24,6 +23,6 @@ pkgver() {
package() {
cd ${srcdir}/${_pkgname}
-
+
cp -aR ./usr ${pkgdir}
}
diff --git a/mint-y-icons.install b/mint-y-icons.install
deleted file mode 100644
index 6621ffbbaf91..000000000000
--- a/mint-y-icons.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -qtf /usr/share/icons/Mint-Y
-# for color in Aqua Blue Brown Dark Grey Orange Pink Purple Red Sand Teal Yellow; do
-# gtk-update-icon-cache -qtf /usr/share/icons/Mint-X-${color}
-# done
- gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}