7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# This script is run after the package is removed from the system
|
||
|
|
||
|
|
||
|
exit 0
|