diff options
author | Horst3180 | 2015-08-23 18:59:34 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-23 18:59:34 +0200 |
commit | 776b2c1ce55c0a865c6abf2cd12464301776f680 (patch) | |
tree | cc7cb8fb0a1d633478db11b6da6f4ebc5bb61fe5 /common | |
parent | 6164a6cd168cc0260baa812e5d9246d9493cf27a (diff) | |
download | solarc-theme-776b2c1ce55c0a865c6abf2cd12464301776f680.tar.gz solarc-theme-776b2c1ce55c0a865c6abf2cd12464301776f680.tar.xz solarc-theme-776b2c1ce55c0a865c6abf2cd12464301776f680.zip |
fix uninstall
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index d6f732a..6e40e8f 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -246,10 +246,7 @@ endif # ENABLE_XFWM uninstall-local: - -if ENABLE_LIGHT rm -rf $(ithemedir) -endif # ENABLE_LIGHT if ENABLE_DARKER rm -rf $(ithemedarkerdir) |