From ef25e56c75368839bef0cd1356016d5bd29e3e99 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 28 Mar 2014 02:42:15 +0100 Subject: Introduce new profile serialization: runtime scripted install/update. --- skel/script.sh.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 skel/script.sh.in (limited to 'skel') diff --git a/skel/script.sh.in b/skel/script.sh.in new file mode 100644 index 0000000..cd2f83e --- /dev/null +++ b/skel/script.sh.in @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +# This is an install/update script for DebianParl +# DebianParl Homepage: https://wiki.debian.org/DebianParl +# Source of this code: git://git.debian.org/parl/blends + +__PKGDESC__ +aptitude install task-xfce-desktop task-laptop task-ssh-server __PKGLIST__ + +__TWEAKDESC__ +__TWEAKLIST__ -- cgit v1.2.3