diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-16 02:32:57 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:39 +0200 |
commit | 51021a0219808573e9804518cefa4285b9f4fe11 (patch) | |
tree | 53ec954f6bac534c7d41102eea2c75e6df4c6eb4 /thinkfan.install | |
download | pkgbuilds-51021a0219808573e9804518cefa4285b9f4fe11.tar.xz |
Dump...
Diffstat (limited to 'thinkfan.install')
-rw-r--r-- | thinkfan.install | 8 |
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 +} |