Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: ices-pkg-install.sh
===================================================================
--- ices-pkg-install.sh	(revision 384)
+++ ices-pkg-install.sh	(revision 385)
@@ -21,7 +21,9 @@
 
 # arg 1:  the new package version
 post_install() {
-  [ ! -e var/log/ices/ices.log ] && touch var/log/ices/ices.log
+  if [ ! -e var/log/ices/ices.log ] ; then
+    touch var/log/ices/ices.log
+  fi
 }
 
 # arg 1:  the new package version