diff options
Diffstat (limited to 'community/sensors-applet/sensors-applet.install')
-rw-r--r-- | community/sensors-applet/sensors-applet.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/sensors-applet/sensors-applet.install b/community/sensors-applet/sensors-applet.install deleted file mode 100644 index a23a623cc..000000000 --- a/community/sensors-applet/sensors-applet.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate -} - -post_upgrade() { - post_install $1 -} - - -post_remove() { - post_install $1 -} |