summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-03-09 19:07:34 -0500
committerDoug Newgard2014-03-09 19:07:34 -0500
commit2627749214c2ad2042ac3d56cffe9577528017b1 (patch)
tree2de90560d8303ea91c46d959e9dda8bd860b2aa2
parent5db10fd2674513f74669f403c66af1e733000b43 (diff)
downloadaur-2627749214c2ad2042ac3d56cffe9577528017b1.tar.gz
Simpler update-desktop-database handling
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--rage.install2
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cdd83fa3c7d..3f086b781fc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = rage-git
license = BSD
makedepends = git
depends = elementary
- depends = desktop-file-utils
provides = rage=0.1.0.r24.8f12634
conflicts = rage
source = git://git.enlightenment.org/apps/rage.git
diff --git a/PKGBUILD b/PKGBUILD
index 02cb8436f9aa..7fc5d42cbabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Video Player based on EFL"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('BSD')
-depends=('elementary' 'desktop-file-utils')
+depends=('elementary')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
diff --git a/rage.install b/rage.install
index d3289ab64233..48c201dcb59d 100644
--- a/rage.install
+++ b/rage.install
@@ -1,5 +1,5 @@
post_install() {
- update-desktop-database -q
+ [[ -x /usr/bin/update-desktop/database ]] && update-desktop-database -q
}
post_upgrade() {