summaryrefslogtreecommitdiff
path: root/community/mldonkey/mldonkey.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/mldonkey/mldonkey.install')
-rw-r--r--community/mldonkey/mldonkey.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/mldonkey/mldonkey.install b/community/mldonkey/mldonkey.install
deleted file mode 100644
index dd8ea0407..000000000
--- a/community/mldonkey/mldonkey.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- if [ -f /etc/mldonkey.conf ]; then
- mv /etc/mldonkey.conf /etc/conf.d/mldonkey
- cat << EOM
-
-==> mldonkey post upgrade message:
-==> /etc/mldonkey.conf has been moved in /etc/conf.d/mldonkey
-
-EOM
- fi
-}
-
-# vim:set ts=2 sw=2 et: