summaryrefslogtreecommitdiffstats
path: root/pacman-color/pacman-color.install
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-color/pacman-color.install')
-rw-r--r--pacman-color/pacman-color.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/pacman-color/pacman-color.install b/pacman-color/pacman-color.install
deleted file mode 100644
index e8fb3de..0000000
--- a/pacman-color/pacman-color.install
+++ /dev/null
@@ -1,24 +0,0 @@
-# arg 1: the new package version
-post_install() {
- post_upgrade
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-cat <<-EOM
- you can change colors in '/etc/pacman.d/color.conf'
-
- homepage: http://vogo.unas.cz/pacman-color.html
-EOM
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-op=$1
-shift
-
-$op $* \ No newline at end of file