#!/bin/bash

. ${TOOLKIT}-functions.sh

version=`uname -r`
pkg="linux-headers-$version"

is_installed $pkg || install_pkgs $pkg
