Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8 | Rev 17 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | find $(CURDIR)/debian/crystalcursors/$(ICONDIR) -type d -exec chmod 755 {} \; |
40 | find $(CURDIR)/debian/crystalcursors/$(ICONDIR) -type d -exec chmod 755 {} \; |
41 | 41 | ||
42 | # Don't overwrite system's default xcursor, just provide the directory |
42 | # Don't overwrite system's default xcursor, just provide the directory |
43 | rm -r $(CURDIR)/debian/crystalcursors/$(ICONDIR)/default/* |
43 | rm -r $(CURDIR)/debian/crystalcursors/$(ICONDIR)/default/* |
44 | 44 | ||
- | 45 | # There are no left-hand "cross" cursors, so don't symlink to them: |
|
- | 46 | rm $(CURDIR)/debian/crystalcursors/$(ICONDIR)/crystal*left/cursors/plus |
|
- | 47 | ||
45 | # Find *.theme and copy 'em to wrapper-location (see #365072) |
48 | # Find *.theme and copy 'em to wrapper-location (see #365072) |
46 | # We have to change the Inherits line in (only) in the wrapper *.themes: |
49 | # We have to change the Inherits line in (only) in the wrapper *.themes: |
47 | # 1) find .themes |
50 | # 1) find .themes |
48 | # 2) remove lines with "Inherits" and save as tmp |
51 | # 2) remove lines with "Inherits" and save as tmp |
49 | # 3) write new Inherits-line with name of the directory in /usr/share/icons |
52 | # 3) write new Inherits-line with name of the directory in /usr/share/icons |