#!/bin/bash

## 2.0 release bugfixes #############################################

if grep help.ubuntu.com /etc/apt/sources.list > /dev/null
then
cat << EOF > /etc/apt/sources.list
# Trisquel repositories for supported software and updates
deb http://archive.trisquel.info/trisquel trisquel main extras
deb-src http://archive.trisquel.info/trisquel trisquel main extras
EOF
fi

if egrep "^gfxmenu /boot/message.trisquel$" /boot/grub/menu.lst > /dev/null
then
sh /var/lib/dpkg/info/trisquel-usplash-theme-grey.postinst configure
fi


## 2.0 release bugfixes #############################################
