diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 23:33:16 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:50:53 -0500 |
commit | 108661efe94a7da47184604ed112049b3596d5ea (patch) | |
tree | cd1b47bd44c5ed5ed9b43edfba55ad00bcbe0618 /development/medit/doinst.sh | |
parent | 065e7e9e29d2e6d5e14af8f4228e35c593419297 (diff) | |
download | slackbuilds-108661efe94a7da47184604ed112049b3596d5ea.tar.gz |
development/medit: Removed (build failure)
This appears related to glibc-2.11.x changes
Diffstat (limited to 'development/medit/doinst.sh')
-rw-r--r-- | development/medit/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/development/medit/doinst.sh b/development/medit/doinst.sh deleted file mode 100644 index 9d2c5dc820..0000000000 --- a/development/medit/doinst.sh +++ /dev/null @@ -1,7 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime &> /dev/null -fi |