diff options
Diffstat (limited to 'testing/eclipse/eclipse.install')
-rw-r--r-- | testing/eclipse/eclipse.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/eclipse/eclipse.install b/testing/eclipse/eclipse.install deleted file mode 100644 index a2930a4ff..000000000 --- a/testing/eclipse/eclipse.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |