summarylogtreecommitdiffstats
path: root/pamac.install
diff options
context:
space:
mode:
Diffstat (limited to 'pamac.install')
-rw-r--r--pamac.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/pamac.install b/pamac.install
deleted file mode 100644
index 272d6b4a05ea..000000000000
--- a/pamac.install
+++ /dev/null
@@ -1,22 +0,0 @@
-post_install() {
- # enable flatpak repo
- if [ -f /usr/bin/flatpak ]; then
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
- fi
- # enable systemd timers
- systemctl enable --now pamac-cleancache.timer
- #systemctl enable --now pamac-mirrorlist.timer
- # polkit agent
- 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 other desktop environments.\n'
-}
-
-post_remove() {
- # disable systemd timers
- systemctl disable --now pamac-cleancache.timer
- #systemctl disable --now pamac-mirrorlist.timer
-}