summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}