summaryrefslogtreecommitdiff
path: root/community/dwm/dwm.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/dwm/dwm.install')
-rw-r--r--community/dwm/dwm.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/dwm/dwm.install b/community/dwm/dwm.install
index d4fa27e62..7415613df 100644
--- a/community/dwm/dwm.install
+++ b/community/dwm/dwm.install
@@ -4,25 +4,8 @@ pre_install() {
/bin/true
}
-post_install() {
- /bin/true
-}
-
pre_upgrade() {
echo "-- Edit config.h in PKGBUILD's directory (generally /var/abs/community/x11/dwm/)"
echo "-- and rebuild package if you want to change settings."
/bin/true
}
-
-post_upgrade() {
- /bin/true
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- /bin/true
-}
-