Ahenk/debian/ahenk.preinst

15 lines
177 B
Plaintext
Raw Normal View History

2020-04-06 18:10:41 +03:00
#!/bin/sh
set -e
# Create necessary directories
#update ahenk from 1.0.0-6 to 1.0.0-7
if [ -d /etc/ahenk ]; then
cp -rf /etc/ahenk /tmp
else
mkdir -p /etc/ahenk
fi