diff options
Diffstat (limited to 'community/dfc/dfc.install')
-rw-r--r-- | community/dfc/dfc.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/dfc/dfc.install b/community/dfc/dfc.install new file mode 100644 index 000000000..30fd1a096 --- /dev/null +++ b/community/dfc/dfc.install @@ -0,0 +1,4 @@ +post_install() { + echo 'Optional configuration file is located in /etc/xdg/dfc/' + echo 'Copy it to ~/.config/dfc/ (create this folder if necessary) if you want to use it.' +} |