/home/kkco/.trash/wordpress-23-related-posts-plugin/uninstall.php
<?php

//if uninstall not called from WordPress exit
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) 
    exit();

delete_option('wp_rp_options');
delete_option('wp_rp_meta');