updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / lcdemu / lcdemu.install
blobdecfeed406d79f3bf74ea18b6e0a5793a445013c
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11   echo '>>> You can use lcdproc to control this LCD emulator'
12   echo '>>> Use "MtxOrb" driver in lcdproc and'
13   echo '>>> "mkfifo /dev/lcd; chmod 666 /dev/lcd"'
14   echo '>>> for lcdproc to reach the LCD'
17 # arg 1:  the new package version
18 # arg 2:  the old package version
19 pre_upgrade() {
20   /bin/true
23 # arg 1:  the new package version
24 # arg 2:  the old package version
25 post_upgrade() {
26   /bin/true
29 # arg 1:  the old package version
30 pre_remove() {
31   /bin/true
34 # arg 1:  the old package version
35 post_remove() {
36   /bin/true
39 op=$1
40 shift
41 $op $*