diff options
Diffstat (limited to 'community/ncmpcpp/ncmpcpp.install')
-rw-r--r-- | community/ncmpcpp/ncmpcpp.install | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/community/ncmpcpp/ncmpcpp.install b/community/ncmpcpp/ncmpcpp.install new file mode 100644 index 000000000..b539969ae --- /dev/null +++ b/community/ncmpcpp/ncmpcpp.install @@ -0,0 +1,19 @@ +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 +} |