diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
commit | c6000c9d9949b3326fb82f02431899ab6774b960 (patch) | |
tree | 2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /bootchart2/bootchart2.install | |
parent | 453f0f12918af35bd8e1e5f049841360f37d62e4 (diff) | |
download | aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz |
big cleanup
Diffstat (limited to 'bootchart2/bootchart2.install')
-rw-r--r-- | bootchart2/bootchart2.install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bootchart2/bootchart2.install b/bootchart2/bootchart2.install deleted file mode 100644 index 3d3657d..0000000 --- a/bootchart2/bootchart2.install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -post_install() { - echo "Append" - echo " initcall_debug init=/sbin/bootchartd" - echo "to your kernel commandline, to use boochart2." -} - -# vim:set ts=2 sw=2 et: |