summarylogtreecommitdiffstats
path: root/vmware-horizon-client.install
diff options
context:
space:
mode:
authorChristian Hesse2015-06-28 22:13:01 +0200
committerChristian Hesse2015-06-28 22:13:01 +0200
commit4b44e484d9f1991d06ca8797f804215bf86c24c2 (patch)
treed8abd8161c3a8853865b14255c812603b00201b1 /vmware-horizon-client.install
downloadaur-4b44e484d9f1991d06ca8797f804215bf86c24c2.tar.gz
initial import of vmware-horizon-client 3.4.0-2
Diffstat (limited to 'vmware-horizon-client.install')
-rw-r--r--vmware-horizon-client.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/vmware-horizon-client.install b/vmware-horizon-client.install
new file mode 100644
index 000000000000..220c88249215
--- /dev/null
+++ b/vmware-horizon-client.install
@@ -0,0 +1,15 @@
+uela() {
+ 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
+}