1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-09 22:36:59 -05:00

Remove bank transfer donation option

This commit is contained in:
Mounir IDRASSI
2026-05-16 17:59:43 +09:00
parent 46131086e1
commit 70922afe9b
29 changed files with 86 additions and 426 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
rm -f \
/usr/share/doc/veracrypt/HTML/en/Donation_Bank.html \
/usr/share/doc/veracrypt/HTML/en/bank_30x30.png \
/usr/share/doc/veracrypt/HTML/ru/Donation_Bank.html \
/usr/share/doc/veracrypt/HTML/ru/bank_30x30.png \
/usr/share/doc/veracrypt/HTML/zh-cn/Donation_Bank.html \
/usr/share/doc/veracrypt/HTML/zh-cn/bank_30x30.png || true
exit 0