blob: 1a66cba9f3ebbd9a7e31fe2c7289f8f3270815dc (
plain)
- #!/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
- # Workaround for dictionaries-common install failure (bug#751367)
- aptitude install apt-utils
- __PKGDESC__
- aptitude install task-laptop __PKGLIST__
- __TWEAKDESC__
- __TWEAKLIST__
|