updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / freearc / freearc.install
blob56816bdb2ea29e2224b5bb4165a384a3da268fff
1 # Maintainer: TuxSpirit<tuxspirit@archlinux.fr> 
3 post_install() {
5 cat <<-EndOfMessage
7 Now it's possible to user GUI version of FreeArc.
8 The shortcut is located in Applications => System => Archiving Tool (FreeArc)
10 Before the first use of the GUI, you must  excution script 'freearcusercfg.sh'
11 which will create a directory. FreeArc for your user, otherwise you can not
12 change the language of the GUI by sample.
14 Location script: /usr/lib/FreeArc/scripts/freearcusercfg.sh
16 The GUI Version still contains somes errors. For more informations, visit the
17 website http://freearc.org
19 The command line version is always available with 'arc' and 'unarc'.
20         
21 EndOfMessage
22 /bin/true       
23 # bugfix libpng12 and libgmp.so.3
24 if [ ! -f "/usr/lib/libpng12.so.0" ]; then
25     ln -s /usr/lib/libpng.so /usr/lib/libpng12.so.0
28 if [ ! -f "/usr/lib/libgmp.so.3" ]; then
29     ln -s  /usr/lib/libgmp.so /usr/lib/libgmp.so.3
33 post_upgrade() {
34         post_install
37 op=$1 
38 shift 
39   
40 $op "$@"