┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
-rw-r--r--dolphin.install13
2 files changed, 1 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75d3418..02eab9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dolphin
pkgver=16.04.0
-pkgrel=1
+pkgrel=2
pkgdesc="File Manager"
arch=(i686 x86_64)
url="http://kde.org/applications/system/dolphin/"
@@ -19,7 +19,6 @@ conflicts=('kdebase-dolphin<15.08')
replaces=(kdebase-dolphin)
groups=(kde-applications kdebase)
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-install=$pkgname.install
md5sums=('1d1ebbe0b914ca02f22b465f829268b7')
prepare() {
diff --git a/dolphin.install b/dolphin.install
deleted file mode 100644
index 74ff488..0000000
--- a/dolphin.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-