PKGBUILDs/community/ncmpcpp/ncmpcpp.install

20 lines
247 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}