diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-10-30 00:10:21 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-30 13:53:26 -0500 |
commit | c72ba9b6c1bac25f29134aa65dab1c24f7f7b723 (patch) | |
tree | 01b517c2745dfa2eb8c4829cc9422bb4898a230a /office/openproj/doinst.sh | |
parent | cfafd32f53ecd1010a4f2307df183effc78ed75d (diff) |
office/openproj: Removed (abandoned upstream)
From: Chris Abela <kristofru@gmail.com>
To: "SlackBuilds.org Users List" <slackbuilds-users@slackbuilds.org>
Subject: [Slackbuilds-users] Termination notice for maintenance for openproj - Use ProjectLibre instead
Date: Wed, 24 Jul 2013 20:39:26 +0200
I am not maintaining openproj anymore. I am not using it as it has been
abandoned since 2008 and now it does not compile on my Slack64-current.
I use ProjectLibre instead - it is similar but better maintained.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/openproj/doinst.sh')
-rw-r--r-- | office/openproj/doinst.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/office/openproj/doinst.sh b/office/openproj/doinst.sh deleted file mode 100644 index e4e6459838..0000000000 --- a/office/openproj/doinst.sh +++ /dev/null @@ -1,8 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi - |