summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2016-05-09 15:01:49 +0100
committerCharles Bos2016-05-09 15:01:49 +0100
commit245993112431cc583cadfaf6ada7eb1132c1d007 (patch)
tree223d92820900b6e961bdc89a8be2a7753d9fba72
parent9cc75f11278cb2482c6468cb365b1ed9cb6e5ad0 (diff)
downloadaur-245993112431cc583cadfaf6ada7eb1132c1d007.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--compiz.install35
3 files changed, 3 insertions, 40 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a9ad947b00..0555fb2cbac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun May 8 13:16:56 UTC 2016
+# Mon May 9 14:01:27 UTC 2016
pkgbase = compiz
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM
pkgver = 0.9.12.2
- pkgrel = 12
+ pkgrel = 13
url = https://launchpad.net/compiz
- install = compiz.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 36f1008cdd62..324e5cb07267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=compiz
pkgver=0.9.12.2
_pkgseries=0.9.12
-pkgrel=12
+pkgrel=13
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM"
arch=('i686' 'x86_64')
url="https://launchpad.net/compiz"
@@ -38,7 +38,6 @@ sha256sums=('8917ac9e6dfdacc740780e1995e932ed865d293ae87821e7a280da5325daec80'
'81780f8c56f5b27b09394ae9ed59d10ae50c58f9ade445e9f85d7c2a00445f7e'
'0d7474aee60c1a482cf26d5d0be6ec2e1b1067fa1d601fdf4aa19a71b07e41d3'
'01e94ac52cd39eb5462a8505c7df61c7b14b05159de64f8700dfadb524bdb2ce')
-install=${pkgname}.install
prepare() {
cd "${pkgname}-${pkgver}"
diff --git a/compiz.install b/compiz.install
deleted file mode 100644
index 4c346d149f62..000000000000
--- a/compiz.install
+++ /dev/null
@@ -1,35 +0,0 @@
-post_install() {
- echo " -> Updating icon cache..."
- gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
- echo " -> Updating XDG menu database..."
- update-desktop-database -q
-
- ls /usr/share/glib-2.0/schemas 2>/dev/null | grep -qm1 org.compiz
- if [ $? -eq 0 ]; then
- echo " -> Recompiling the GSettings database... "
- glib-compile-schemas /usr/share/glib-2.0/schemas
- fi
-}
-
-pre_upgrade() {
- if [ -f /usr/share/gconf/schemas/compiz.schemas ]; then
- echo " -> Uninstalling GConf schemas... "
- gconfpkg --uninstall compiz
- fi
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- echo " -> Updating icon cache..."
- gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
- echo " -> Updating XDG menu database..."
- update-desktop-database -q
-
- if [ -d /usr/share/glib-2.0/schemas ]; then
- echo " -> Recompiling the GSettings database... "
- glib-compile-schemas /usr/share/glib-2.0/schemas
- fi
-}