From 1097bce71bd0b713a30f1fd6d04094f6cad9913b Mon Sep 17 00:00:00 2001 From: Azad <49314270+Akmadan23@users.noreply.github.com> Date: Fri, 15 Jul 2022 16:56:21 +0200 Subject: [PATCH] Add `hypnotix` (#140) --- programs/hypnotix.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/hypnotix.json diff --git a/programs/hypnotix.json b/programs/hypnotix.json new file mode 100644 index 00000000..189f132f --- /dev/null +++ b/programs/hypnotix.json @@ -0,0 +1,10 @@ +{ + "name": "hypnotix", + "files": [ + { + "path": "$HOME/.hypnotix", + "movable": true, + "help": "Old versions of Hypnotix used to store cache data to this directory.\nIf Hypnotix version is 2.7 or higher the directory can be safely deleted since it now uses _\"$XDG_CACHE_HOME/hypnotix\"_\n" + } + ] +}