mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
19 lines
247 B
Text
19 lines
247 B
Text
pre_install() {
|
|
/bin/true
|
|
}
|
|
post_install() {
|
|
echo "Example configuration files can be found in"
|
|
echo "/usr/share/doc/ncmpcpp"
|
|
}
|
|
pre_upgrade() {
|
|
/bin/true
|
|
}
|
|
post_upgrade() {
|
|
/bin/true
|
|
}
|
|
pre_remove() {
|
|
/bin/true
|
|
}
|
|
post_remove() {
|
|
/bin/true
|
|
}
|