diff options
Diffstat (limited to 'audio/ices/doinst.sh')
-rw-r--r-- | audio/ices/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ices/doinst.sh b/audio/ices/doinst.sh new file mode 100644 index 0000000000..f84f68cdba --- /dev/null +++ b/audio/ices/doinst.sh @@ -0,0 +1,3 @@ +# Create an empty log file if one doesn't already exist +[ ! -e var/log/ices/ices.log ] && touch var/log/ices/ices.log + |