#!/bin/sh # This is an install/update script for ShowMeBox # ShowMeBox Homepage: https://wiki.debian.org/ShowMeBox # Source of this code: git://git.debian.org/showme/box set -e [% pkgdesc %]
apt-get install [% pkglist %]
[% tweakdesc %]
suite=[% suite %]
[% IF pkgautolist %] apt-mark auto \
[% pkgautolist %] || true
[% END %] [% tweaklist %]