aboutsummaryrefslogtreecommitdiffstats
path: root/thinkfan.install
diff options
context:
space:
mode:
Diffstat (limited to 'thinkfan.install')
-rw-r--r--thinkfan.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/thinkfan.install b/thinkfan.install
new file mode 100644
index 0000000..b5f06e8
--- /dev/null
+++ b/thinkfan.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Please configure thinkfan in: /etc/thinkfan.conf"
+ echo "Have a look at the examples in: /usr/share/doc/thinkfan/examples for details."
+}
+
+post_upgrade() {
+ post_install
+}