diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-05 11:54:08 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 09:40:40 +0100 |
commit | eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch) | |
tree | 040bfee55c1be4ce8616faecf11e83d224cc100a /package/sound-theme-borealis | |
parent | b64273db75307a8ad3c30202b45582b8a2b894e8 (diff) | |
download | buildroot-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/sound-theme-borealis')
-rw-r--r-- | package/sound-theme-borealis/sound-theme-borealis.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/sound-theme-borealis/sound-theme-borealis.mk b/package/sound-theme-borealis/sound-theme-borealis.mk index 7cde12dd5c..a2f29a9d64 100644 --- a/package/sound-theme-borealis/sound-theme-borealis.mk +++ b/package/sound-theme-borealis/sound-theme-borealis.mk @@ -15,8 +15,4 @@ define SOUND_THEME_BOREALIS_INSTALL_TARGET_CMDS done endef -define SOUND_THEME_BOREALIS_UNINSTALL_TARGET_CMDS - $(RM) -r $(TARGET_DIR)/usr/share/sounds/borealis -endef - $(eval $(generic-package)) |