updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / zfs-fuse / zfs-fuse.install
blob82f58939fc534f2019b8a714765650205a35be42
1 ## arg 1:  the new package version
2 post_install() {
3   mandb 2>/dev/null 1>/dev/null &
5 cat << EOF
6   The Arch specific configuration file is located in
7     >> /etc/conf.d/zfs-fuse <<
9   The zfs-fuse daemon configuration file can be found in
10     >> /etc/zfs/zfsrc <<
12   A sample script for receiving notifications about failing zfs devices has been copied to
13     >> /etc/zfs/zfs_pool_alert <<
14   To enable it, it needs to be adapted to the local configuration then made executable.
15 EOF
18 # vim:set ts=2 sw=2 et: