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