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