summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442016-06-01 18:27:10 +0200
committermarco442016-06-01 18:27:10 +0200
commit424608d9103be1968c91d94263d451c368773dca (patch)
treefa67aed9cee75559eb60b45018a11aabba14fbc9
parent289bf8cf4547ddfc62827f7d519d983dcd8ef3d0 (diff)
downloadaur-424608d9103be1968c91d94263d451c368773dca.tar.gz
removed post-install hook. it was obsolete
-rwxr-xr-xpgmodeler.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/pgmodeler.install b/pgmodeler.install
index 14c0c8b18c88..7a2bc4d60152 100755
--- a/pgmodeler.install
+++ b/pgmodeler.install
@@ -13,12 +13,6 @@ BLUE="${BOLD}$(tput setaf 4)"
YELLOW="${BOLD}$(tput setaf 3)"
-post_install() {
- [ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
- note "Please re-login to include PGMODELER in your PATH."
- note "You can load by hand with: $ source /etc/profile.d/pgmodeler.sh ;)."
-}
-
post_upgrade() {
[ -x usr/bin/update-desktop-database ] && update-desktop-database -q || true
}