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