This commit is contained in:
2016-09-10 20:35:42 +02:00
parent 5821f20967
commit d39fa4697a
48 changed files with 1876 additions and 503 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
# This script is needed because /bin/true does not exist on non-FHS-compliant distros. e.g. NixOS
exit 0