Changeset 3500
- Timestamp:
- Feb 1, 2017, 5:39:20 PM (4 years ago)
- Location:
- lliurex-jclic-user-library/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-jclic-user-library/trunk/fuentes/debian/changelog
r3497 r3500 1 lliurex-jclic-user-library (0.3) xenial; urgency=medium 2 3 * Do nothing if isn't installed any library 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Wed, 01 Feb 2017 17:38:24 +0100 6 1 7 lliurex-jclic-user-library (0.2) xenial; urgency=medium 2 8 -
lliurex-jclic-user-library/trunk/fuentes/lliurex-jclic-user-library.install/usr/bin/lliurex-jclic-user-library
r3497 r3500 16 16 if [ -n "$(echo $x|egrep -i -o 'murcia'|uniq)" ];then 17 17 L_MURCIA='<library name="Biblioteca CPR MURCIA II 08/09" path="/net/server-sync/share/jclic-aula/Murcia/library.jclic" />' 18 19 18 fi 20 19 done; 20 21 if [ -z "$L_RATOLI" -a -z "$L_MESTRE" -a -z "$L_MURCIA" ]; then 22 exit 0 23 fi 21 24 22 25 # Creacion plantillas de ficheros
Note: See TracChangeset
for help on using the changeset viewer.