summarylogtreecommitdiffstats
path: root/pacget.install
diff options
context:
space:
mode:
Diffstat (limited to 'pacget.install')
-rw-r--r--pacget.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pacget.install b/pacget.install
deleted file mode 100644
index 15989c3757a0..000000000000
--- a/pacget.install
+++ /dev/null
@@ -1,14 +0,0 @@
-xfercommand() {
-cat <<EOM
---> To use pacget, modify your /etc/pacman.conf with
---> XferCommand = exec /usr/bin/pacget %u %o
-EOM
-}
-
-post_install() {
- xfercommand
-}
-
-post_upgrade() {
- xfercommand
-}