entfernen von alten überresten

This commit is contained in:
Simon Daniel Streich
2026-07-15 12:08:27 +02:00
parent a2e1c16128
commit 79463b7a72
2 changed files with 0 additions and 12 deletions
-11
View File
@@ -1,11 +0,0 @@
{
"version": "1.0.0",
"description": "Configuration for Element (Matrix Chat) for Medelexis.",
"url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/config.json#/config.json",
"hash": "5aa0e674ea7455ee41646307b95bc953d13ec3b7eb62a3f193edc15d6d4966ea",
"post_install": [
"$configDir = Join-Path $env:APPDATA 'Element'",
"New-Item -ItemType Directory -Force -Path $configDir | Out-Null",
"Copy-Item (Join-Path $dir 'config.json') (Join-Path $configDir 'config.json') -Force"
]
}