diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-08-16 18:42:06 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-17 23:07:02 -0500 |
commit | 148e1aa1d9dab07a16179a20772a870e3eb91c3a (patch) | |
tree | 4b13487b166f1e92e5f59bde7c46626652a26f1c /desktop/xfce4-clipman-plugin/doinst.sh | |
parent | 7fc9b6e6a27563aedff41a687f1c6635761683c6 (diff) | |
download | slackbuilds-148e1aa1d9dab07a16179a20772a870e3eb91c3a.tar.gz |
desktop/xfce4-clipman-plugin: Removed (part of Slackware 14.0)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-clipman-plugin/doinst.sh')
-rw-r--r-- | desktop/xfce4-clipman-plugin/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop/xfce4-clipman-plugin/doinst.sh b/desktop/xfce4-clipman-plugin/doinst.sh deleted file mode 100644 index 1f8ff67ded..0000000000 --- a/desktop/xfce4-clipman-plugin/doinst.sh +++ /dev/null @@ -1,10 +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 [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - |