script.sh.in 352 Bytes
Newer Older
Jonas Smedegaard's avatar
Jonas Smedegaard committed
1 2 3 4 5 6 7 8 9
#!/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 %]
10
apt-get install [% pkglist %]
Jonas Smedegaard's avatar
Jonas Smedegaard committed
11 12

[% tweakdesc %]
13
suite=[% suite %]
Jonas Smedegaard's avatar
Jonas Smedegaard committed
14 15
[% IF pkgautolist %]
 apt-mark auto \
16
  [% pkgautolist %] || true
Jonas Smedegaard's avatar
Jonas Smedegaard committed
17 18
[% END %]
 [% tweaklist %]