┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <[email protected]>2016-04-27 15:37:25 +0000
committerFelix Yan <[email protected]>2016-04-27 15:37:25 +0000
commit31746fb80558ee8eba0e25c36145008fc2326bc6 (patch)
treee1a7cb23d35dc3706852678f4c2a84fedd77f742
parent8760a95c4a606e9a351a0214226a99474f8fe943 (diff)
Hooks rebuild (part 1)
-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
-}
-