diff options
| author | alex <alex@pdp7.net> | 2025-04-26 18:12:45 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-04-26 18:27:22 +0200 |
| commit | 63a77d4fcabe403ee6688384b4a71bc9dc81e737 (patch) | |
| tree | d21daf57ae96d7b1c8d564b81b02177c508becaa /scripts/p7s/appdirs.py | |
| parent | 91e9af4495a9317b1186375f247324a72f0ee011 (diff) | |
Update scripts
- Remove Bitwarden download, ubpkg can do it
- Remove newsboat, zfs scripts
- Remove appdirs
- Migrate to new Bitwarden server
- Some fixes
Diffstat (limited to 'scripts/p7s/appdirs.py')
| -rw-r--r-- | scripts/p7s/appdirs.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/p7s/appdirs.py b/scripts/p7s/appdirs.py deleted file mode 100644 index 9ff0ca80..00000000 --- a/scripts/p7s/appdirs.py +++ /dev/null @@ -1,11 +0,0 @@ -import appdirs -import pathlib - - -APPDIRS = appdirs.AppDirs("p7s", "alex@pdp7.net") - - -def user_cache_dir(): - r = pathlib.Path(APPDIRS.user_cache_dir) - r.mkdir(parents=True, exist_ok=True) - return r |
