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