summaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-03-28 02:42:15 +0100
committerJonas Smedegaard <dr@jones.dk>2014-03-28 10:03:11 +0100
commitef25e56c75368839bef0cd1356016d5bd29e3e99 (patch)
tree000227ff65d68f2f7cddc535c5411c22dd83e0ff /skel
parentb653172c650ca8fe15e9c49601c6aec9314491c8 (diff)
Introduce new profile serialization: runtime scripted install/update.
Diffstat (limited to 'skel')
-rw-r--r--skel/script.sh.in13
1 files changed, 13 insertions, 0 deletions
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__