forked from aur-archive/foo2zjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoo2zjs.install
More file actions
44 lines (42 loc) · 1.94 KB
/
foo2zjs.install
File metadata and controls
44 lines (42 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
post_install() {
echo
echo
echo "-----------------------------------------------------------"
echo "- -"
echo "- Please restart CUPS!!! -"
echo "- -"
echo "- You need to add your user to the lp group. -"
echo "- -"
echo "- -"
echo "- Please refer to the table at http://foo2zjs.rkkda.com/ -"
echo "- -"
echo "- to choose the appropriate driver for your printer. -"
echo "- -"
echo "-----------------------------------------------------------"
echo
}
post_upgrade() {
echo
echo
echo "-----------------------------------------------------------"
echo "- -"
echo "- Please restart CUPS!!! -"
echo "- -"
echo "-Remember to check for foomatic-db-foo2zjs updates as well-"
echo "- -"
echo "-----------------------------------------------------------"
echo
}
post_remove() {
echo
echo
echo "-----------------------------------------------------------"
echo "- -"
echo "- Please restart CUPS!!! -"
echo "- -"
echo "- Remember to replace foomatic-db-foo2zjs with -"
echo "- foomatic-db from [extra]. -"
echo "- -"
echo "-----------------------------------------------------------"
echo
}