6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This script is run before the package is removed.
|
|
|
|
exit 0
|