summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph332016-06-29 08:03:15 +0100
committerZeph332016-06-29 08:03:15 +0100
commitea31dedb7f864d5907541d4019552bb5fe74826a (patch)
treeab3bc6509bb407023556a1f0e53f399a518ce7cc
parent1311fe7d5a8a5470f4ce41abfcddaf0a6040c8bf (diff)
downloadaur-ea31dedb7f864d5907541d4019552bb5fe74826a.tar.gz
Update .install
-rw-r--r--.SRCINFO2
-rw-r--r--pamac.install19
2 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9d902339f4f..a0b7cb32772d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 12:06:58 UTC 2016
+# Wed Jun 29 07:02:18 UTC 2016
pkgbase = pamac-aur
pkgdesc = A Gtk3 frontend for libalpm
pkgver = 4.1.0
diff --git a/pamac.install b/pamac.install
index 145249d6f8ab..471206c11b1a 100644
--- a/pamac.install
+++ b/pamac.install
@@ -1,18 +1,7 @@
post_install() {
- gtk-update-icon-cache /usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null 2>&1
- printf '==> The polkit-gnome agent is no longer autostarted by default\n'
- printf ' except in GNOME Flashback.\n'
- printf ' For Xfce, LXDE etc., 'lxsession' is the suggested lightweight alternative.\n'
+ printf '==> An authentication agent is required\n'
+ printf ' Cinnamon, Deepin, GNOME, GNOME Flashback, KDE, LXDE, LXQt, MATE and Xfce\n'
+ printf ' have an authentication agent already.\n'
printf ' See https://wiki.archlinux.org/index.php/Polkit#Authentication_agents\n'
- printf ' for more details.\n'
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
+ printf ' for other desktop environments.\n'
}