From 7bd842afc221abb4613aa4eaaf319de6fb75ba96 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 30 Jun 2013 01:08:10 -0600 Subject: mv libre/abs{-libre,} # and tidy up a bit --- libre/abs-libre/abs.install | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libre/abs-libre/abs.install (limited to 'libre/abs-libre/abs.install') 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 -} - -- cgit v1.2.3-2-g168b