summaryrefslogtreecommitdiffstats
path: root/news/tin/FINAL
blob: ff2e84c1bc4d31e07808b693c081efca8981d043 (plain) (blame)
1
2
3
4
5
6
if [ "$CREATE_DIR" == "y" ] && [ ! -d /usr/lib/news/active ]; then
  mkdir /usr/lib/news 1>/dev/null 2>&1
  mkdir /usr/lib/news/active 1>/dev/null 2>&1
fi