Problem/Motivation
#2652542: Add .install file abilities for Themes
Steps to reproduce
- Add .install to theme
- Add hook_update_n to theme.install
- Try EVERYTHING for EVER to try to get the update to run
- See no errors, no warnings, no results
- Cry.
- Realize your grave error.
Proposed resolution
Stop hitting yourself.
Issue fork openy_carnation-3376687
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
froboyThe first update hook is from over a year ago and I think it'd most likely been covered by other updates elsewhere or dealt with on a per-site basis, as many sites have custom settings for their logo. The second hook is covered in https://github.com/YCloudYUSA/yusaopeny/pull/96 so we should have our bases covered here.
Comment #5
froboy