diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-21 15:56:05 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-21 15:56:47 -0300 |
commit | 03b29bd350faa8c9609875e5777672cbafb0452c (patch) | |
tree | c0a69a7847726594d82a99cb81cd92b1566533a1 /libre/cool-retro-term/cool-retro-term.install | |
parent | 20c5603642fbe0ad8890eff93c48d2174f895fb8 (diff) | |
download | abslibre-03b29bd350faa8c9609875e5777672cbafb0452c.tar.gz abslibre-03b29bd350faa8c9609875e5777672cbafb0452c.tar.bz2 abslibre-03b29bd350faa8c9609875e5777672cbafb0452c.zip |
cool-retro-term-1.0.0-3.parabola1: hooks rebuild
Diffstat (limited to 'libre/cool-retro-term/cool-retro-term.install')
-rw-r--r-- | libre/cool-retro-term/cool-retro-term.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/cool-retro-term/cool-retro-term.install b/libre/cool-retro-term/cool-retro-term.install deleted file mode 100644 index 2771fcd65..000000000 --- a/libre/cool-retro-term/cool-retro-term.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor || \ - ( [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache ) -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |