#!/bin/sh
## This script runs,
##  1. synaptic with update-at-startup
##  2. lua script to update run-apt-update file
##
## (fixes for <BTS:VineLinux:0741> and <BTS:VineLinux:0743>)

   synaptic --update-at-startup --non-interactive --hide-main-window > /dev/null 2>&1
   apt-get script /usr/share/apt/scripts/update-watch.lua > /dev/null 2>&1

