updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / vmware-vmrc-standalone / vmware-vmrc-standalone.install
blob6dae18984f5edee2b68f5773b8514f59c19baeab
1 pre_install() {
2   /bin/true
5 post_install() {
6   echo -e "Run vmware-vmrc as root first time."
9 pre_upgrade() {
10   /bin/true
13 post_upgrade() {
14   /bin/true
17 pre_remove() {
18   /bin/true
21 post_remove() {
22   /bin/true
25 # vim:set ts=2 sw=2 et: