5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/bash
|
|
|
|
### This script is called after the user upgrades the application.
|
|
|
|
exit 0 |