This commit is contained in:
2023-03-12 21:19:08 +02:00
parent 03557b463a
commit 56b18d31aa
339 changed files with 16782 additions and 918 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
case $2 in
PRE-INSTALL)
;;
POST-INSTALL)
;;
esac
#EOF