10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
#---------------------------------------------------------------------
|
||
|
# post-install
|
||
|
#
|
||
|
# Executed after the package is installed.
|
||
|
#---------------------------------------------------------------------
|
||
|
|
||
|
exit 0
|