summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--emerald.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6031d0e16e38..ea3c881dd9d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon May 9 14:05:34 UTC 2016
+# Sat Jun 4 09:20:12 UTC 2016
pkgbase = emerald0.9
pkgdesc = Emerald window decorator (0.9 version)
pkgver = 0.9.5
- pkgrel = 20
+ pkgrel = 21
url = http://www.compiz.org/
- install = emerald.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index efa9dd8ab517..4ddec232cfd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=emerald0.9
_realname=emerald
pkgver=0.9.5
-pkgrel=20
+pkgrel=21
pkgdesc="Emerald window decorator (0.9 version)"
arch=('i686' 'x86_64')
url="http://www.compiz.org/"
@@ -20,7 +20,6 @@ optdepends=(
options=(!libtool)
conflicts=(${_realname})
provides=(${_realname}=${pkgver})
-install=${_realname}.install
source=(https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8/+files/${_realname}_${pkgver}.orig.tar.gz
fix-desktop-file.patch
theme-manager-manpage.patch)
diff --git a/emerald.install b/emerald.install
deleted file mode 100644
index 0e8feb79c9eb..000000000000
--- a/emerald.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-