5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/bash
|
|
|
|
### This script is called before the user installs the application.
|
|
|
|
exit 0 |