#!/bin/bash

# Disable pwrkap on boot.
# (C) Copyright IBM Corp. 2008-2009
# Licensed under the GPLv2.

update-rc.d -f pwrkap remove
