diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-19 15:04:21 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-19 15:04:21 -0500 |
commit | dce2f336214fa204d7712905cd59557f94599ecb (patch) | |
tree | 537104598e47ea61897ad184a4a533d0a13a0588 /pcr/conkeror-git/conkeror-git.install | |
parent | 6ba5e16ce6a30577092d84eb62bf9c916ecff6d3 (diff) | |
download | abslibre-dce2f336214fa204d7712905cd59557f94599ecb.tar.gz abslibre-dce2f336214fa204d7712905cd59557f94599ecb.tar.bz2 abslibre-dce2f336214fa204d7712905cd59557f94599ecb.zip |
Removing conkeror-git: Depends on xulrunner
Diffstat (limited to 'pcr/conkeror-git/conkeror-git.install')
-rw-r--r-- | pcr/conkeror-git/conkeror-git.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr/conkeror-git/conkeror-git.install b/pcr/conkeror-git/conkeror-git.install deleted file mode 100644 index add795f60..000000000 --- a/pcr/conkeror-git/conkeror-git.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - update-desktop-database -q -} |