8 lines
152 B
Text
8 lines
152 B
Text
|
post_install() {
|
||
|
echo -e "\n:: The schema file has been installed as: /etc/xdg/obmenu-generator/schema.pl\n"
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|