diff --git a/debian/dpkg.postinst b/debian/dpkg.postinst
index ac2ad079a63598025dd47f8222dc7535ffeebedd..b1537aa2a7bcc9a439c802ff8647f0502f2f249b 100644
--- a/debian/dpkg.postinst
+++ b/debian/dpkg.postinst
@@ -37,6 +37,10 @@ check_merged_usr_via_aliased_dirs()
     # Ubuntu does not seem interested in it.
     return
     ;;
+  pureos)
+    # Pureos does not seem interested in it.
+    return
+    ;;  
   esac
 
   for d in /bin /sbin /lib /lib32 /libo32 /libx32 /lib64; do