summarylogtreecommitdiffstats
path: root/vmware-horizon-client.install
diff options
context:
space:
mode:
authorChristian Hesse2016-04-27 17:00:39 +0200
committerChristian Hesse2016-04-27 17:00:39 +0200
commitd3b61927b842ea329a3cf6cfa6b370043461b3b2 (patch)
tree339a7f6166f562a7cdeba1b1e8f00eed36368110 /vmware-horizon-client.install
parentfda930443199c01530906f283df23fbf1b11d5fd (diff)
downloadaur-d3b61927b842ea329a3cf6cfa6b370043461b3b2.tar.gz
Hooks! (Update install files...)
Diffstat (limited to 'vmware-horizon-client.install')
-rw-r--r--vmware-horizon-client.install10
1 files changed, 1 insertions, 9 deletions
diff --git a/vmware-horizon-client.install b/vmware-horizon-client.install
index 220c88249215..503e90b23521 100644
--- a/vmware-horizon-client.install
+++ b/vmware-horizon-client.install
@@ -1,15 +1,7 @@
-uela() {
+post_install() {
echo " > By installing this package you acknowledge that you agree to the End-User"
echo " > License Agreement (EULA) found in /usr/share/doc/vmware-horizon-client/."
echo " > If you do not agree to VMware EULA remove this package immediately:"
echo " > $ pacman -Rc vmware-horizon-client"
}
-post_install() {
- update-desktop-database -q
- uela
-}
-
-post_upgrade(){
- update-desktop-database -q
-}