1 # Maintainer: TuxSpirit<tuxspirit@archlinux.fr>
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'.
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