mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
9 lines
163 B
Text
9 lines
163 B
Text
post_install() {
|
|
echo -e "\n> Beaver Language File examples located in /usr/share/beaver/bl\n"
|
|
/bin/true
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
/bin/true
|
|
}
|