9 lines
247 B
Bash
Executable file
9 lines
247 B
Bash
Executable file
#! /bin/sh
|
|
|
|
#---------------------------------------------------------------------
|
|
# post-remove
|
|
#
|
|
# Executed after the package is removed.
|
|
#---------------------------------------------------------------------
|
|
|
|
exit 0
|