10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
#---------------------------------------------------------------------
|
||
|
# post-remove
|
||
|
#
|
||
|
# Executed after the package is removed.
|
||
|
#---------------------------------------------------------------------
|
||
|
|
||
|
exit 0
|