summaryrefslogtreecommitdiff
path: root/extra/gparted/gparted.install
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-10 10:24:53 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-10 10:24:53 +0100
commit61da6ed883804e3fb97bc1ad314585a52383cf4c (patch)
treede51a9925d95f31c897f841aeb0d8fa075b1461d /extra/gparted/gparted.install
parent0a353bad57296d34a69b3df25e53a6b00d3bd369 (diff)
parent6ee08d6a9217906f2ef84f70923d3d362d4b40ad (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/luajit/PKGBUILD extra/speech-dispatcher/PKGBUILD extra/xine-lib/PKGBUILD libre/cups-filters-libre/PKGBUILD libre/file-roller-libre/PKGBUILD
Diffstat (limited to 'extra/gparted/gparted.install')
-rw-r--r--extra/gparted/gparted.install5
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/gparted/gparted.install b/extra/gparted/gparted.install
index 21b79d2d4..e8f6bed8f 100644
--- a/extra/gparted/gparted.install
+++ b/extra/gparted/gparted.install
@@ -1,9 +1,12 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ echo 'If you use a lightweight windowmanager, remember to run'
+ echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
+ echo 'graphical authentication, which may be needed for pkexec to work.'
}
post_upgrade() {
- post_install $1
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_remove() {