summaryrefslogtreecommitdiffstats
path: root/bootchart2/bootchart2.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-23 22:01:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-10-23 22:02:18 +0200
commitebc82b27288df5c58194083ead4a6e6de7f52d21 (patch)
tree30d4e874cc19a03dfc62a0ee7c6c5e6c9756d4ec /bootchart2/bootchart2.install
parent44c6e7dfa4967843b05ee961fd243f655ed31717 (diff)
downloadaur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.gz
aur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.xz
mass update (again :( )
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'bootchart2/bootchart2.install')
-rw-r--r--bootchart2/bootchart2.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootchart2/bootchart2.install b/bootchart2/bootchart2.install
new file mode 100644
index 0000000..3d3657d
--- /dev/null
+++ b/bootchart2/bootchart2.install
@@ -0,0 +1,9 @@
+#!/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: