summaryrefslogtreecommitdiff
path: root/pcr/stumpwm-git/stumpwm.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-03 10:55:46 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-03 10:55:46 -0500
commit69a25d00be62bdc25342326966cb797090f319a8 (patch)
tree88c89612d1fd9db60dac3efd4419add7a40f5e13 /pcr/stumpwm-git/stumpwm.install
parent0336065afeae6c5cd5d5aaca30a68f6af93b3ec5 (diff)
downloadabslibre-69a25d00be62bdc25342326966cb797090f319a8.tar.gz
abslibre-69a25d00be62bdc25342326966cb797090f319a8.tar.bz2
abslibre-69a25d00be62bdc25342326966cb797090f319a8.zip
Removing stumpwm-git
Diffstat (limited to 'pcr/stumpwm-git/stumpwm.install')
-rw-r--r--pcr/stumpwm-git/stumpwm.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/stumpwm-git/stumpwm.install b/pcr/stumpwm-git/stumpwm.install
deleted file mode 100644
index 3661fa6e3..000000000
--- a/pcr/stumpwm-git/stumpwm.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- cd /usr/share/info
- install-info stumpwm.info dir
- cat << "EOM"
- To load contrib/ modules, put the following line in your ~/.stumpwmrc:
- (set-contrib-dir "/usr/share/stumpwm")
-EOM
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- cd /usr/share/info
- install-info --remove stumpwm.info dir
-}