updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / hotkey-setup / hotkey-setup.install
blob33fecb4b1e166280332287809bb83f388ac9b168
1 # arg 1:  the new package version
2 post_install() {
3 /bin/cat << THEEND 
5 >> You need to add 'hotkey-setup' into DAEMONS array of your 
6 >> /etc/rc.conf file if you want hotkey-setup to set up your 
7 >> hotkeys each time you boot.
9 THEEND
10 /bin/true
13 # arg 1:  the new package version
14 # arg 2:  the old package version
15 post_upgrade() {
16     post_install $1
18   /bin/true
21 op=$1
22 shift
23 $op $*