summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-08-29 18:27:02 +1100
committer4le34n2017-08-29 18:27:02 +1100
commitd8358c9f7ccdf41121ae137f1023f619c8e82368 (patch)
tree03e80043d627c7fe697d109c52ba9ff160706992
parent1f17909d71767883d33156d9e83a9585e9b476c3 (diff)
downloadaur-d8358c9f7ccdf41121ae137f1023f619c8e82368.tar.gz
Change install script: remove post-install, post-remove
-rw-r--r--.SRCINFO2
-rw-r--r--install4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75e43ec95dc..72547c8ea260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 29 07:22:50 UTC 2017
+# Tue Aug 29 07:26:23 UTC 2017
pkgbase = eve-ng-integration-git
pkgdesc = Integrates EVE-NG (aka UNetLab) with Linux desktop
pkgver = r63.3faa8ad
diff --git a/install b/install
index 7d363bbe3a42..82e7c8ca401d 100644
--- a/install
+++ b/install
@@ -11,10 +11,10 @@ BLUE="${BOLD}$(tput setaf 4)"
GREEN="${BOLD}$(tput setaf 2)"
post_install() {
- update-desktop-database -q || true
+# update-desktop-database -q || true
}
post_remove() {
- update-desktop-database -q || true
+# update-desktop-database -q || true
}