summarylogtreecommitdiffstats
path: root/indicator-sensors.install
diff options
context:
space:
mode:
Diffstat (limited to 'indicator-sensors.install')
-rw-r--r--indicator-sensors.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/indicator-sensors.install b/indicator-sensors.install
index 74d0cfbc1bff..a4d5e3bcfd2e 100644
--- a/indicator-sensors.install
+++ b/indicator-sensors.install
@@ -1,6 +1,4 @@
post_install() {
- post_remove $1
-
cat << EOF
==> One way to solve Policykit/UDisks2 related errors ("Error:org.freedesktop.UDisks2.Error.NotAuthorized: Not authorized to perform operation") is to define the following rules in file /etc/polkit-1/rules.d/50-udisks.rules:
@@ -20,12 +18,3 @@ post_install() {
EOF
}
-post_upgrade() {
- post_remove $1
-}
-
-post_remove() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-