#!/bin/sh

if [ ! -x /usr/bin/apt-get ] ; then
    exit 0
else
    /usr/bin/apt-get update 1>/var/log/fliwi-apt-config/apt-get-update.log 2>&1
fi
