summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-02-23 16:49:59 +0100
committerbartus2020-02-23 16:54:41 +0100
commite7efcad082ccdd2d956eb191b6816006e0723a55 (patch)
tree826a58b7dc8bda7c5cd874c56c1bd81f5775f99f
parent98ddab7772b35c1466cbec5ded710912ce4e3931 (diff)
downloadaur-e7efcad082ccdd2d956eb191b6816006e0723a55.tar.gz
Drop redundant install script.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--blender.install14
3 files changed, 0 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef6f6ea3c3f..34a28a881601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = blender-fracture_modifier-git
pkgver = 2.79b.r2169.g233ad61cb8d
pkgrel = 1
url = https://blender.org/
- install = blender.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 535bffa44fa7..9fd2ae76a5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,6 @@ provides=("blender-${_sufix}")
conflicts=("blender-${_sufix}")
#options=(!makeflags)
license=('GPL')
-install=blender.install
# NOTE: the source array has to be kept in sync with .gitmodules
# the submodules has to be stored in path ending with git to match
# the path in .gitmodules.
diff --git a/blender.install b/blender.install
deleted file mode 100644
index d061748130f3..000000000000
--- a/blender.install
+++ /dev/null
@@ -1,14 +0,0 @@
-
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -qf /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-