diff options
author | BuildTools | 2023-06-02 16:25:23 +0300 |
---|---|---|
committer | BuildTools | 2023-06-02 16:25:23 +0300 |
commit | 4b865146dbc0a96ceaddda2bdb8c51d317092eba (patch) | |
tree | 6cedca4ede39832d7cb83bcf0bd2bcc10cc30f30 /python-rssd-usermode.install | |
parent | 7660676687be0d9e46b769ff39da996ae8129767 (diff) | |
download | aur-4b865146dbc0a96ceaddda2bdb8c51d317092eba.tar.gz |
Fix post install comments
Diffstat (limited to 'python-rssd-usermode.install')
-rw-r--r-- | python-rssd-usermode.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-rssd-usermode.install b/python-rssd-usermode.install index 16ffae52950b..66e049a36c70 100644 --- a/python-rssd-usermode.install +++ b/python-rssd-usermode.install @@ -1,5 +1,5 @@ post_install() { echo "Run 'systemctl --user start python-rssd.timer' to start python-rssd for this session." echo "Run 'systemctl --user enable python-rssd.timer' to autostart python-rssd in next sessions." - echo "The settings file can be found in ~/.config/python-rssd/config.py" + echo "The settings file can be found in ~/.config/python-rssd/settings.ini" } |