diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 19:45:20 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:23:02 -0500 |
commit | f7c74087a55ad3f1b780fe1a4639e2e691e8a383 (patch) | |
tree | de98598d92b974e26af030b0ae29ad724126fbb1 /graphics/gbdfed/doinst.sh | |
parent | 0d410ca6f03e850c5a2e25c32875b73fc39305a4 (diff) | |
download | slackbuilds-f7c74087a55ad3f1b780fe1a4639e2e691e8a383.tar.gz |
graphics/gbdfed: Removed (build failure)
This appears related to glibc-2.11.x changes
Diffstat (limited to 'graphics/gbdfed/doinst.sh')
-rw-r--r-- | graphics/gbdfed/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/gbdfed/doinst.sh b/graphics/gbdfed/doinst.sh deleted file mode 100644 index 4e8ba7071d..0000000000 --- a/graphics/gbdfed/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - |