diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-30 01:08:10 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-30 01:08:10 -0600 |
commit | 7bd842afc221abb4613aa4eaaf319de6fb75ba96 (patch) | |
tree | 078748b716e06215c3c4d736982791391bc51dfa /libre/abs-libre/abs.install | |
parent | 7d92fb189e09fc0c0c9ae2b3522aa26c7ef75c07 (diff) | |
download | abslibre-7bd842afc221abb4613aa4eaaf319de6fb75ba96.tar.gz abslibre-7bd842afc221abb4613aa4eaaf319de6fb75ba96.tar.bz2 abslibre-7bd842afc221abb4613aa4eaaf319de6fb75ba96.zip |
mv libre/abs{-libre,} # and tidy up a bit
Diffstat (limited to 'libre/abs-libre/abs.install')
-rw-r--r-- | libre/abs-libre/abs.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/abs-libre/abs.install b/libre/abs-libre/abs.install deleted file mode 100644 index ac814c2fc..000000000 --- a/libre/abs-libre/abs.install +++ /dev/null @@ -1,13 +0,0 @@ -pre_upgrade() { - if [ "$(vercmp $2 2.3.2-1)" -lt 0 ]; then - echo "==> Fixing potential ABS tree permission issues (this may take a while...)" - - for dir in core extra community testing; do - if [ -d /var/abs/$dir ]; then - find /var/abs/$dir -type d -exec chown root:root {} \; - find /var/abs/$dir -type d -exec chmod 755 {} \; - fi - done - fi -} - |