9 lines
279 B
Bash
Executable file
9 lines
279 B
Bash
Executable file
#! /bin/sh
|
|
|
|
#---------------------------------------------------------------------
|
|
# pre-install
|
|
#
|
|
# Executed before the package is installed.
|
|
#---------------------------------------------------------------------
|
|
|
|
exit 0
|