summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--unity-editor-bin.install19
3 files changed, 0 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2974410b3f8e..ee370a67c343 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = unity-editor-bin
pkgver = 5.4.0b15+20160418
pkgrel = 1
url = https://unity3d.com/
- install = unity-editor-bin.install
arch = x86_64
license = custom
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index 0a60fb5206a1..45cc843b2406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,6 @@ optdepends=('ffmpeg: for WebGL exporting'
provides=("unity-editor=${pkgver}")
conflicts=('unity-editor')
options=(!strip)
-install="${pkgname}.install"
source=("http://download.unity3d.com/download_unity/linux/unity-editor-${pkgver}_amd64.deb")
md5sums=('815ab60084ef0be7960ed1b53b85cb9a')
diff --git a/unity-editor-bin.install b/unity-editor-bin.install
deleted file mode 100644
index 5ebabc7015a4..000000000000
--- a/unity-editor-bin.install
+++ /dev/null
@@ -1,19 +0,0 @@
-_update() {
- echo -e "\e[34;1m==>\e[39;1m Updating desktop MIME database...\e[0m"
- update-desktop-database -q
-
- echo -e "\e[34;1m==>\e[39;1m Updating icon cache...\e[0m"
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-}
-
-post_install() {
- _update
-}
-
-post_upgrade() {
- _update
-}
-
-post_remove() {
- _update
-}