summaryrefslogtreecommitdiff
path: root/community/codeblocks
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-01 02:34:45 -0700
committerroot <root@rshg054.dnsready.net>2013-09-01 02:34:45 -0700
commitbf1faf85b813a0171c73fa31db1c5a5110d32420 (patch)
tree4c221d4b0dc3ca4f00da018be6d8959506b90123 /community/codeblocks
parentf20ef2edd6d039b732c288f67377cb752a8d5351 (diff)
Sun Sep 1 02:29:48 PDT 2013
Diffstat (limited to 'community/codeblocks')
-rw-r--r--community/codeblocks/PKGBUILD4
-rw-r--r--community/codeblocks/codeblocks.install4
2 files changed, 4 insertions, 4 deletions
diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD
index dfe3d6028..f13c0030b 100644
--- a/community/codeblocks/PKGBUILD
+++ b/community/codeblocks/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 94017 2013-07-13 12:31:23Z svenstaro $
+# $Id: PKGBUILD 96531 2013-08-31 09:00:41Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Robert Hollencamp <rhollencamp@gmail.com>
# Contributor: Daniel J Griffiths <griffithsdj@inbox.com>
@@ -6,7 +6,7 @@
pkgname=codeblocks
pkgver=12.11
-pkgrel=3
+pkgrel=4
pkgdesc='Open source and cross-platform C/C++ IDE'
arch=('i686' 'x86_64')
url='http://www.codeblocks.org'
diff --git a/community/codeblocks/codeblocks.install b/community/codeblocks/codeblocks.install
index 04d31f75b..bc2b14aff 100644
--- a/community/codeblocks/codeblocks.install
+++ b/community/codeblocks/codeblocks.install
@@ -2,7 +2,7 @@ pkgname=codeblocks
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime
+ update-mime-database usr/share/mime &>/dev/null
update-desktop-database -q
ln -s /usr/lib/libwxflatnotebook.so /usr/lib/libwxflatnotebook.so.0
ln -s /usr/lib/libwxchartctrl.so /usr/lib/libwxchartctrl.so.0
@@ -21,6 +21,6 @@ post_upgrade() {
pre_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime
+ update-mime-database usr/share/mime &>/dev/null
update-desktop-database -q
}