summaryrefslogtreecommitdiff
path: root/pcr/conky-control/conky-control.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 15:53:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 15:53:25 -0500
commit5c4c182c0b740a5276b13521c8502ecf727e91e0 (patch)
tree18b2516ca2ca113e08fe51aaa6343fc9f95c8019 /pcr/conky-control/conky-control.install
parent70a67a23c1dcd01f6e00cbe209273f82992ea351 (diff)
Removing conky-control: source code does not exist from 2013
Diffstat (limited to 'pcr/conky-control/conky-control.install')
-rw-r--r--pcr/conky-control/conky-control.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/conky-control/conky-control.install b/pcr/conky-control/conky-control.install
deleted file mode 100644
index 399672b0a..000000000
--- a/pcr/conky-control/conky-control.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- for i in `ls /home | grep -v lost+found`
- do
- cp -fR /etc/skel/.conky /home/$i
- cp -fR /etc/skel/.scripts /home/$i
- cp -fR /etc/skel/.config /home/$i
- echo "# Overwrite this file if you want to have a permanent setting" > /home/$i/.conkyrc
- chown $i:users -R /home/$i/{.conky,.scripts}
- chown $i:users "/home/$i/.config/autostart/Conky Control RC.desktop"
- chown $i:users "/home/$i/.conkyrc"
- done
- echo " >> Start 'conky-control' to configure conky"
-}
-
-post_upgrade() {
- post_install
-}