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