summaryrefslogtreecommitdiffstats
path: root/package/at
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-05 11:54:08 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-06 09:40:40 +0100
commiteb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch)
tree040bfee55c1be4ce8616faecf11e83d224cc100a /package/at
parentb64273db75307a8ad3c30202b45582b8a2b894e8 (diff)
downloadbuildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.tar.gz
buildroot-eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee.zip
packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/at')
-rw-r--r--package/at/at.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/at/at.mk b/package/at/at.mk
index 3bed6d5c19..0fe5b9a17b 100644
--- a/package/at/at.mk
+++ b/package/at/at.mk
@@ -25,18 +25,4 @@ endef
AT_POST_INSTALL_TARGET_HOOKS += AT_INSTALL_INITSCRIPT
-define AT_UNINSTALL_TARGET_CMDS
- rm -rf $(addprefix $(TARGET_DIR),/usr/lib/atspool \
- /usr/lib/atjobs \
- /etc/at.deny \
- /etc/init.d/S99at \
- /usr/bin/at \
- /usr/bin/atrm \
- /usr/bin/atq \
- /usr/sbin/atd \
- /usr/sbin/atrun)
- rm -f $(addprefix $(TARGET_DIR)/usr/man/man*/, \
- at.1 atq.1 atrm.1 batch.1 at_allow.5 at_deny.5 atd.8 atrun.8)
-endef
-
$(eval $(autotools-package))
OpenPOWER on IntegriCloud